Html Css Color HEX #606AAE Chetwode Blue

📋 copy color: '#606AAE'

red 96 ◦ green 106 ◦ blue 174

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

Shades of Chetwode Blue #606AAE

Tints of Chetwode Blue #606AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.28%

R = 25.53%
G = 28.19%
B = 46.28%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#606AAE (or 0x606AAE) is known color: Chetwode Blue. HEX triplet: 60, 6A and AE. RGB value is (96,106,174). Sum of RGB (Red+Green+Blue) = 96+106+174=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 106 (41.80% from 255 or 28.19% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #606AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606AAE is #9F9551. Grayscale: #6E6E6E. Windows color (decimal): -10458450 or 11430496. OLE color: 11430496.

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

Color convert

RGB 96 106 174 -
CMYK 0.45 0.39 0 0.32
HSL 232.31º 0.33% 0.53% -
HSV(B) 232.31º 0.45% 0.68% -
XYZ 17.62 15.85 42.18 -
YUV 110.76 163.69 117.47 -
System Red Green Blue C M Y K H S L
Decimal 96 106 174 0.45 0.39 0 0.32 232.31 0.33 0.53
Hex 60 6A AE 2D 27 0 20 E8 20 35
Octal 140 152 256 55 47 0 40 350 40 65
Binary 1100000 1101010 10101110 101101 100111 0 100000 11101000 100000 110101

Color Harmonies of #606AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606AAE

Black with #606AAE

Text Example


Text Example

White with #606AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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