Html Css Color HEX #606AAF Chetwode Blue

📋 copy color: '#606AAF'

red 96 ◦ green 106 ◦ blue 175

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

Shades of Chetwode Blue #606AAF

Tints of Chetwode Blue #606AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.42%

R = 25.46%
G = 28.12%
B = 46.42%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#606AAF (or 0x606AAF) is known color: Chetwode Blue. HEX triplet: 60, 6A and AF. RGB value is (96,106,175). Sum of RGB (Red+Green+Blue) = 96+106+175=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #606AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAF is #9F9550. Grayscale: #6E6E6E. Windows color (decimal): -10458449 or 11496032. OLE color: 11496032.

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

Color convert

RGB 96 106 175 -
CMYK 0.45 0.39 0 0.31
HSL 232.41º 0.33% 0.53% -
HSV(B) 232.41º 0.45% 0.69% -
XYZ 17.72 15.89 42.69 -
YUV 110.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 96 106 175 0.45 0.39 0 0.31 232.41 0.33 0.53
Hex 60 6A AF 2D 27 0 1F E8 21 35
Octal 140 152 257 55 47 0 37 350 41 65
Binary 1100000 1101010 10101111 101101 100111 0 11111 11101000 100001 110101

Color Harmonies of #606AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AAF

Black with #606AAF

Text Example


Text Example

White with #606AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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