Html Css Color HEX #606EAA Chetwode Blue

📋 copy color: '#606EAA'

red 96 ◦ green 110 ◦ blue 170

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

Shades of Chetwode Blue #606EAA

Tints of Chetwode Blue #606EAA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.26%

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 25.53%
G = 29.26%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#606EAA (or 0x606EAA) is known color: Chetwode Blue. HEX triplet: 60, 6E and AA. RGB value is (96,110,170). Sum of RGB (Red+Green+Blue) = 96+110+170=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #606EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606EAA is #9F9155. Grayscale: #707070. Windows color (decimal): -10457430 or 11169376. OLE color: 11169376.

HSL color Cylindrical-coordinate representation of color #606EAA: hue angle of 228.65º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #606EAA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 110 170 -
CMYK 0.44 0.35 0 0.33
HSL 228.65º 0.3% 0.52% -
HSV(B) 228.65º 0.44% 0.67% -
XYZ 17.66 16.54 40.29 -
YUV 112.65 160.36 116.12 -
System Red Green Blue C M Y K H S L
Decimal 96 110 170 0.44 0.35 0 0.33 228.65 0.3 0.52
Hex 60 6E AA 2C 23 0 21 E5 1E 34
Octal 140 156 252 54 43 0 41 345 36 64
Binary 1100000 1101110 10101010 101100 100011 0 100001 11100101 11110 110100

Color Harmonies of #606EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EAA

Black with #606EAA

Text Example


Text Example

White with #606EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,110,170); }

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

background-color css

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

 a { background-color: rgb(96,110,170); }

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

border-color css

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

 span { border-color: rgb(96,110,170); }

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