#606FAF

Color #606FAF Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #606FAF

Tints of Chetwode Blue #606FAF

Color information

#606FAF (or 0x606FAF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6F and AF. RGB value is (96,111,175). Sum of RGB (Red+Green+Blue) = 96+111+175=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #606FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #606FAF is #9F9050. Grayscale: #717171. Windows color (decimal): -10457169 or 11497312. OLE color: 11497312.

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

Color convert

RGB96111175-
CMYK0.450.3700.31
HSL228.61º33.05%53.14%-
HSV(B)228.61º45.14%68.63%-
XYZ18.2516.9542.87-
YUV113.81162.53115.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.13%
GREEN value IS 111 (43.75% from 255) = 29.06%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=25.13%
G=29.06%
B=45.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961111750.450.3700.31228.6133.0553.14
Hex606FAF2D2501Fe52135
Octal14015725755450373454165
Binary110000011011111010111110110110010101111111100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #606FAF;
 }
 .AnyTagClassName
 {
   color: #606FAF;
 }
</style>
background-color css

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

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

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

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

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

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