COLOR #606990

HEX: #606990
RGB: (96,105,144)

Renk bilgisi

#606990 contains red, green and blue colors in about the same proportion. #606990 ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#606990 color RGB value is (96,105,144).

  • kırmız ton 96;
  • yeşil ton 105;
  • mavi ton 144.
RGB:
(96,105,144)
(38%,41%,56%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 105 of 255 = 41%
B 144 of 255 = 56%

96
105
144

R + G + B ~ 45%. #606990 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 105 + 144 = 345 (100%)
R 96 of 345 ~ 27.83%
G 105 of 345 ~ 30.43%
B 144 of 345 ~ 41.74%

%27.83
%30.43
%41.74

CMYK RENK MODELİ

#606990 rengi CMYK tonu (33,27,0,44).

  • camgöbeği tonu 33.33%
  • eflatun tonu 27.08%
  • sarı tonu 0.00%
  • ana renk tonu 43.53%
CMYK:
(33,27,0,44)
C33M27Y0K44 
(33%,27%,0%,44%)
(0.33/0.27/0.00/0.44)	

CMYK yüzdeleri

%33.33
%27.08
%0
%43.53

Codes

Color #606990 in popluar color models

606990
RGB96105144
HSL229°20.00%47.06%
HSB/HSV229°33.33%56.47%
CMYK33.33%27.08%0.00%
43.53%

Color #606990 in popluar number systems.

HEX606990
Decimal96105144
Binary1100000110100110010000
Octal140151220

Shades and tints

Shades of #606990

#606990
(96,105,144)
#586083
(88,96,131)
#505776
(80,87,118)
#484E69
(72,78,105)
#40455C
(64,69,92)
#383C4F
(56,60,79)
#303342
(48,51,66)
#282A35
(40,42,53)
#202128
(32,33,40)
#18181B
(24,24,27)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #606990

#606990
(96,105,144)
#6E769A
(110,118,154)
#7C83A4
(124,131,164)
#8A90AE
(138,144,174)
#989DB8
(152,157,184)
#A6AAC2
(166,170,194)
#B4B7CC
(180,183,204)
#C2C4D6
(194,196,214)
#D0D1E0
(208,209,224)
#DEDEEA
(222,222,234)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606990 color. Also use rgb(96,105,144) instead hex code.

Text Font Color

.myTextColor { color: #606990; }

<p style="color:#606990">This sample text font color is #606990.</p>

This text font color is #606990.


Background Color

.myBgColor { background-color: #606990; }

<div style="background-color:#606990">Inner text</div>

This div background color is #606990.


Border color

.myBorderColor { border: 1px solid #606990; }

<div style="border:3px solid #606990">Div</div>

This div border color is #606990.


Opacity

.myOpacity80 { color: #606990; opacity: 0.8; }

<p style="color:#606990;opacity:0.8;">80%</p>

Text with #606990 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #606990;}

<p style="text-shadow: 3px 3px 1px #606990">Text here.</p>

This text has shadow with #606990 color.

.textShadow {text-shadow: 3px 3px 1px #606990, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #606990, 5px 5px 20px red">Text here.</p>

This text has shadow with #606990 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#606990, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#606990, Direction=45, Strength=4)">Text</p>

This text has shadow with #606990 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #606990;
  -webkit-box-shadow:	1px 1px 3px 2px #606990;
  box-shadow:		1px 1px 3px 2px #606990;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #606990;
-webkit-box-shadow: 1px 1px 3px 2px #606990;
box-shadow:1px 1px 3px 2px #606990;">
Div content here</div>
This div box has shadow with color #606990.

Preview

Color preview on black background

This text has color #606990 on black background.


Color preview on white background

This text has color #606990 on white background.



Black color preview on #606990 background

This text has black color on #606990 background.


White color preview on #606990 background

This text has white color on #606990 background.