Html Css Color HEX #606EA8 Chetwode Blue

📋 copy color: '#606EA8'

red 96 ◦ green 110 ◦ blue 168

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

Shades of Chetwode Blue #606EA8

Tints of Chetwode Blue #606EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 44.92%

R = 25.67%
G = 29.41%
B = 44.92%

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

#606EA8 (or 0x606EA8) is known color: Chetwode Blue. HEX triplet: 60, 6E and A8. RGB value is (96,110,168). Sum of RGB (Red+Green+Blue) = 96+110+168=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 110 (43.36% from 255 or 29.41% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #606EA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606EA8 is #9F9157. Grayscale: #707070. Windows color (decimal): -10457432 or 11038304. OLE color: 11038304.

HSL color Cylindrical-coordinate representation of color #606EA8: hue angle of 228.33º degrees, saturation: 0.29, 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 #606EA8 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 110 168 -
CMYK 0.43 0.35 0 0.34
HSL 228.33º 0.29% 0.52% -
HSV(B) 228.33º 0.43% 0.66% -
XYZ 17.47 16.47 39.3 -
YUV 112.43 159.36 116.28 -
System Red Green Blue C M Y K H S L
Decimal 96 110 168 0.43 0.35 0 0.34 228.33 0.29 0.52
Hex 60 6E A8 2B 23 0 22 E4 1D 34
Octal 140 156 250 53 43 0 42 344 35 64
Binary 1100000 1101110 10101000 101011 100011 0 100010 11100100 11101 110100

Color Harmonies of #606EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606EA8

Black with #606EA8

Text Example


Text Example

White with #606EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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