Html Css Color HEX #606AA0 Chetwode Blue

📋 copy color: '#606AA0'

red 96 ◦ green 106 ◦ blue 160

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

Shades of Chetwode Blue #606AA0

Tints of Chetwode Blue #606AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 160 (62.89% from 255) = 44.2%

R = 26.52%
G = 29.28%
B = 44.2%

CMYK

 C value IS 0.4

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#606AA0 (or 0x606AA0) is known color: Chetwode Blue. HEX triplet: 60, 6A and A0. RGB value is (96,106,160). Sum of RGB (Red+Green+Blue) = 96+106+160=362 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.52% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 160 - color contains mainly: blue. Hex color #606AA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AA0 is #9F955F. Grayscale: #6C6C6C. Windows color (decimal): -10458464 or 10512992. OLE color: 10512992.

HSL color Cylindrical-coordinate representation of color #606AA0: hue angle of 230.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606AA0 is Cyan = 0.4, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 106 160 -
CMYK 0.4 0.34 0 0.37
HSL 230.63º 0.25% 0.5% -
HSV(B) 230.63º 0.4% 0.63% -
XYZ 16.32 15.33 35.36 -
YUV 109.17 156.69 118.61 -
System Red Green Blue C M Y K H S L
Decimal 96 106 160 0.4 0.34 0 0.37 230.63 0.25 0.5
Hex 60 6A A0 28 22 0 25 E7 19 32
Octal 140 152 240 50 42 0 45 347 31 62
Binary 1100000 1101010 10100000 101000 100010 0 100101 11100111 11001 110010

Color Harmonies of #606AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AA0

Black with #606AA0

Text Example


Text Example

White with #606AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,160); }

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

background-color css

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

 a { background-color: rgb(96,106,160); }

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

border-color css

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

 span { border-color: rgb(96,106,160); }

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