Html Css Color HEX #606DA6 Chetwode Blue

📋 copy color: '#606DA6'

red 96 ◦ green 109 ◦ blue 166

#606DA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #606DA6

Tints of Chetwode Blue #606DA6

RGB

 RED value IS 96 (37.89% from 255) = 25.88%

 GREEN value IS 109 (42.97% from 255) = 29.38%

 BLUE value IS 166 (65.23% from 255) = 44.74%

R = 25.88%
G = 29.38%
B = 44.74%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#606DA6 (or 0x606DA6) is known color: Chetwode Blue. HEX triplet: 60, 6D and A6. RGB value is (96,109,166). Sum of RGB (Red+Green+Blue) = 96+109+166=371 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.88% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 166 (65.23% from 255 or 44.74% from 371); Max value from RGB is 166 - color contains mainly: blue. Hex color #606DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606DA6 is #9F9259. Grayscale: #6F6F6F. Windows color (decimal): -10457690 or 10906976. OLE color: 10906976.

HSL color Cylindrical-coordinate representation of color #606DA6: hue angle of 228.86º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #606DA6 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 109 166 -
CMYK 0.42 0.34 0 0.35
HSL 228.86º 0.28% 0.51% -
HSV(B) 228.86º 0.42% 0.65% -
XYZ 17.18 16.18 38.29 -
YUV 111.61 158.69 116.87 -
System Red Green Blue C M Y K H S L
Decimal 96 109 166 0.42 0.34 0 0.35 228.86 0.28 0.51
Hex 60 6D A6 2A 22 0 23 E5 1C 33
Octal 140 155 246 52 42 0 43 345 34 63
Binary 1100000 1101101 10100110 101010 100010 0 100011 11100101 11100 110011

Color Harmonies of #606DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DA6

Black with #606DA6

Text Example


Text Example

White with #606DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606DA6; }

 p { color: rgb(96,109,166); }

 H1.HeaderClassName
 {
   color: #606DA6;
 }
 .AnyTagClassName
 {
   color: #606DA6;
 }
</style>

background-color css

<style>
 a { background-color: #606DA6; }

 a { background-color: rgb(96,109,166); }

 div.DivClassName
 {
   background-color: #606DA6;
 }
 .BgClassName
 {
   background-color: #606DA6;
 }
</style>

border-color css

<style>
 span { border-color: #606DA6; }

 span { border-color: rgb(96,109,166); }

 td.TdClassName
 {
   border-color: #606DA6;
 }
 .TagClassName
 {
   border-color: #606DA6;
 }
</style>