COLOR #606699

HEX: #606699
RGB: (96,102,153)

Renk bilgisi

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

RGB renk modeli

#606699 color RGB value is (96,102,153).

  • kırmız ton 96;
  • yeşil ton 102;
  • mavi ton 153.
RGB:
(96,102,153)
(38%,40%,60%)

RGB bağlantıları ve doygunluk

R 96 of 255 = 38%
G 102 of 255 = 40%
B 153 of 255 = 60%

96
102
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
96 + 102 + 153 = 351 (100%)
R 96 of 351 ~ 27.35%
G 102 of 351 ~ 29.06%
B 153 of 351 ~ 43.59%

%27.35
%29.06
%43.59

CMYK RENK MODELİ

#606699 rengi CMYK tonu (37,33,0,40).

  • camgöbeği tonu 37.25%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 40.00%
CMYK:
(37,33,0,40)
C37M33Y0K40 
(37%,33%,0%,40%)
(0.37/0.33/0.00/0.40)	

CMYK yüzdeleri

%37.25
%33.33
%0
%40

Codes

Color #606699 in popluar color models

606699
RGB96102153
HSL234°22.89%48.82%
HSB/HSV234°37.25%60.00%
CMYK37.25%33.33%0.00%
40.00%

Color #606699 in popluar number systems.

HEX606699
Decimal96102153
Binary1100000110011010011001
Octal140146231

Shades and tints

Shades of #606699

#606699
(96,102,153)
#585D8C
(88,93,140)
#50547F
(80,84,127)
#484B72
(72,75,114)
#404265
(64,66,101)
#383958
(56,57,88)
#30304B
(48,48,75)
#28273E
(40,39,62)
#201E31
(32,30,49)
#181524
(24,21,36)
#100C17
(16,12,23)
#000000
(0,0,0)

Tints of #606699

#606699
(96,102,153)
#6E73A2
(110,115,162)
#7C80AB
(124,128,171)
#8A8DB4
(138,141,180)
#989ABD
(152,154,189)
#A6A7C6
(166,167,198)
#B4B4CF
(180,180,207)
#C2C1D8
(194,193,216)
#D0CEE1
(208,206,225)
#DEDBEA
(222,219,234)
#ECE8F3
(236,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #606699 color. Also use rgb(96,102,153) instead hex code.

Text Font Color

.myTextColor { color: #606699; }

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

This text font color is #606699.


Background Color

.myBgColor { background-color: #606699; }

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

This div background color is #606699.


Border color

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

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

This div border color is #606699.


Opacity

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

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

Text with #606699 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 #606699;}

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

This text has shadow with #606699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #606699 on black background.


Color preview on white background

This text has color #606699 on white background.



Black color preview on #606699 background

This text has black color on #606699 background.


White color preview on #606699 background

This text has white color on #606699 background.