Html Css Color HEX #606EA4 Chetwode Blue

📋 copy color: '#606EA4'

red 96 ◦ green 110 ◦ blue 164

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

Shades of Chetwode Blue #606EA4

Tints of Chetwode Blue #606EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.32%

R = 25.95%
G = 29.73%
B = 44.32%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#606EA4 (or 0x606EA4) is known color: Chetwode Blue. HEX triplet: 60, 6E and A4. RGB value is (96,110,164). Sum of RGB (Red+Green+Blue) = 96+110+164=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #606EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606EA4 is #9F915B. Grayscale: #6F6F6F. Windows color (decimal): -10457436 or 10776160. OLE color: 10776160.

HSL color Cylindrical-coordinate representation of color #606EA4: hue angle of 227.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #606EA4 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 110 164 -
CMYK 0.41 0.33 0 0.36
HSL 227.65º 0.27% 0.51% -
HSV(B) 227.65º 0.41% 0.64% -
XYZ 17.1 16.32 37.37 -
YUV 111.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 96 110 164 0.41 0.33 0 0.36 227.65 0.27 0.51
Hex 60 6E A4 29 21 0 24 E4 1B 33
Octal 140 156 244 51 41 0 44 344 33 63
Binary 1100000 1101110 10100100 101001 100001 0 100100 11100100 11011 110011

Color Harmonies of #606EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EA4

Black with #606EA4

Text Example


Text Example

White with #606EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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