Html Css Color HEX #606EA9 Chetwode Blue

📋 copy color: '#606EA9'

red 96 ◦ green 110 ◦ blue 169

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

Shades of Chetwode Blue #606EA9

Tints of Chetwode Blue #606EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 45.07%

R = 25.6%
G = 29.33%
B = 45.07%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#606EA9 (or 0x606EA9) is known color: Chetwode Blue. HEX triplet: 60, 6E and A9. RGB value is (96,110,169). Sum of RGB (Red+Green+Blue) = 96+110+169=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 110 (43.36% from 255 or 29.33% from 375); Blue value is 169 (66.41% from 255 or 45.07% from 375); Max value from RGB is 169 - color contains mainly: blue. Hex color #606EA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606EA9 is #9F9156. Grayscale: #707070. Windows color (decimal): -10457431 or 11103840. OLE color: 11103840.

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

Color convert

RGB 96 110 169 -
CMYK 0.43 0.35 0 0.34
HSL 228.49º 0.3% 0.52% -
HSV(B) 228.49º 0.43% 0.66% -
XYZ 17.56 16.5 39.8 -
YUV 112.54 159.86 116.2 -
System Red Green Blue C M Y K H S L
Decimal 96 110 169 0.43 0.35 0 0.34 228.49 0.3 0.52
Hex 60 6E A9 2B 23 0 22 E4 1E 34
Octal 140 156 251 53 43 0 42 344 36 64
Binary 1100000 1101110 10101001 101011 100011 0 100010 11100100 11110 110100

Color Harmonies of #606EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EA9

Black with #606EA9

Text Example


Text Example

White with #606EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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