#60699F

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

Shades of Chetwode Blue #60699F

Tints of Chetwode Blue #60699F

Color information

#60699F (or 0x60699F) is unknown color: approx Chetwode Blue. HEX triplet: 60, 69 and 9F. RGB value is (96,105,159). Sum of RGB (Red+Green+Blue) = 96+105+159=360 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.67% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #60699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60699F is #9F9660. Grayscale: #6C6C6C. Windows color (decimal): -10458721 or 10447200. OLE color: 10447200.

HSL color Cylindrical-coordinate representation of color #60699F: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60699F is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96105159-
CMYK0.400.3400.38
HSL231.43º24.71%50%-
HSV(B)231.43º39.62%62.35%-
XYZ16.1315.0934.86-
YUV108.46156.52119.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.67%
GREEN value IS 105 (41.41% from 255) = 29.17%
BLUE value IS 159 (62.5% from 255) = 44.17%
R=26.67%
G=29.17%
B=44.17%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961051590.400.3400.38231.4324.7150
Hex60699F2822026e71932
Octal14015123750420463473162
Binary110000011010011001111110100010001001001101110011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60699F; }

 p { color: rgb(96,105,159); }

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

<style>
 a { background-color: #60699F; }

 a { background-color: rgb(96,105,159); }

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

<style>
 span { border-color: #60699F; }

 span { border-color: rgb(96,105,159); }

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