Html Css Color HEX #606CAB Chetwode Blue

📋 copy color: '#606CAB'

red 96 ◦ green 108 ◦ blue 171

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

Shades of Chetwode Blue #606CAB

Tints of Chetwode Blue #606CAB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

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

R = 25.6%
G = 28.8%
B = 45.6%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#606CAB (or 0x606CAB) is known color: Chetwode Blue. HEX triplet: 60, 6C and AB. RGB value is (96,108,171). Sum of RGB (Red+Green+Blue) = 96+108+171=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #606CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606CAB is #9F9354. Grayscale: #6F6F6F. Windows color (decimal): -10457941 or 11234400. OLE color: 11234400.

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

Color convert

RGB 96 108 171 -
CMYK 0.44 0.37 0 0.33
HSL 230.4º 0.31% 0.52% -
HSV(B) 230.4º 0.44% 0.67% -
XYZ 17.54 16.15 40.72 -
YUV 111.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 96 108 171 0.44 0.37 0 0.33 230.4 0.31 0.52
Hex 60 6C AB 2C 25 0 21 E6 1F 34
Octal 140 154 253 54 45 0 41 346 37 64
Binary 1100000 1101100 10101011 101100 100101 0 100001 11100110 11111 110100

Color Harmonies of #606CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606CAB

Black with #606CAB

Text Example


Text Example

White with #606CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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