Html Css Color HEX #606FAA Chetwode Blue

📋 copy color: '#606FAA'

red 96 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #606FAA

Tints of Chetwode Blue #606FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.44%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 25.46%
G = 29.44%
B = 45.09%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#606FAA (or 0x606FAA) is known color: Chetwode Blue. HEX triplet: 60, 6F and AA. RGB value is (96,111,170). Sum of RGB (Red+Green+Blue) = 96+111+170=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #606FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FAA is #9F9055. Grayscale: #707070. Windows color (decimal): -10457174 or 11169632. OLE color: 11169632.

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

Color convert

RGB 96 111 170 -
CMYK 0.44 0.35 0 0.33
HSL 227.84º 0.3% 0.52% -
HSV(B) 227.84º 0.44% 0.67% -
XYZ 17.76 16.76 40.33 -
YUV 113.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 96 111 170 0.44 0.35 0 0.33 227.84 0.3 0.52
Hex 60 6F AA 2C 23 0 21 E4 1E 34
Octal 140 157 252 54 43 0 41 344 36 64
Binary 1100000 1101111 10101010 101100 100011 0 100001 11100100 11110 110100

Color Harmonies of #606FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606FAA

Black with #606FAA

Text Example


Text Example

White with #606FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,111,170); }

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

background-color css

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

 a { background-color: rgb(96,111,170); }

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

border-color css

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

 span { border-color: rgb(96,111,170); }

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