Html Css Color HEX #606AAC Chetwode Blue

📋 copy color: '#606AAC'

red 96 ◦ green 106 ◦ blue 172

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

Shades of Chetwode Blue #606AAC

Tints of Chetwode Blue #606AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 25.67%
G = 28.34%
B = 45.99%

CMYK

 C value IS 0.44

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#606AAC (or 0x606AAC) is known color: Chetwode Blue. HEX triplet: 60, 6A and AC. RGB value is (96,106,172). Sum of RGB (Red+Green+Blue) = 96+106+172=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 106 (41.80% from 255 or 28.34% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #606AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAC is #9F9553. Grayscale: #6E6E6E. Windows color (decimal): -10458452 or 11299424. OLE color: 11299424.

HSL color Cylindrical-coordinate representation of color #606AAC: hue angle of 232.11º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #606AAC is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 106 172 -
CMYK 0.44 0.38 0 0.33
HSL 232.11º 0.31% 0.53% -
HSV(B) 232.11º 0.44% 0.67% -
XYZ 17.42 15.77 41.16 -
YUV 110.53 162.69 117.63 -
System Red Green Blue C M Y K H S L
Decimal 96 106 172 0.44 0.38 0 0.33 232.11 0.31 0.53
Hex 60 6A AC 2C 26 0 21 E8 1F 35
Octal 140 152 254 54 46 0 41 350 37 65
Binary 1100000 1101010 10101100 101100 100110 0 100001 11101000 11111 110101

Color Harmonies of #606AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AAC

Black with #606AAC

Text Example


Text Example

White with #606AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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