Html Css Color HEX #606DAB Chetwode Blue

📋 copy color: '#606DAB'

red 96 ◦ green 109 ◦ blue 171

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

Shades of Chetwode Blue #606DAB

Tints of Chetwode Blue #606DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 171 (67.19% from 255) = 45.48%

R = 25.53%
G = 28.99%
B = 45.48%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#606DAB (or 0x606DAB) is known color: Chetwode Blue. HEX triplet: 60, 6D and AB. RGB value is (96,109,171). Sum of RGB (Red+Green+Blue) = 96+109+171=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #606DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606DAB is #9F9254. Grayscale: #6F6F6F. Windows color (decimal): -10457685 or 11234656. OLE color: 11234656.

HSL color Cylindrical-coordinate representation of color #606DAB: hue angle of 229.6º degrees, saturation: 0.31, 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 #606DAB is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 109 171 -
CMYK 0.44 0.36 0 0.33
HSL 229.6º 0.31% 0.52% -
HSV(B) 229.6º 0.44% 0.67% -
XYZ 17.64 16.36 40.76 -
YUV 112.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 96 109 171 0.44 0.36 0 0.33 229.6 0.31 0.52
Hex 60 6D AB 2C 24 0 21 E6 1F 34
Octal 140 155 253 54 44 0 41 346 37 64
Binary 1100000 1101101 10101011 101100 100100 0 100001 11100110 11111 110100

Color Harmonies of #606DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606DAB

Black with #606DAB

Text Example


Text Example

White with #606DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,109,171); }

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

background-color css

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

 a { background-color: rgb(96,109,171); }

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

border-color css

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

 span { border-color: rgb(96,109,171); }

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