#60909F

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

Shades of Horizon #60909F

Tints of Horizon #60909F

Color information

#60909F (or 0x60909F) is unknown color: approx Horizon. HEX triplet: 60, 90 and 9F. RGB value is (96,144,159). Sum of RGB (Red+Green+Blue) = 96+144+159=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 159 (62.5% from 255 or 39.85% from 399); Max value from RGB is 159 - color contains mainly: blue. Hex color #60909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60909F is #9F6F60. Grayscale: #838383. Windows color (decimal): -10448737 or 10457184. OLE color: 10457184.

HSL color Cylindrical-coordinate representation of color #60909F: hue angle of 194.29º 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 #60909F is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96144159-
CMYK0.400.0900.38
HSL194.29º24.71%50%-
HSV(B)194.29º39.62%62.35%-
XYZ21.0624.9436.5-
YUV131.36143.6102.78-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.06%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 159 (62.5% from 255) = 39.85%
R=24.06%
G=36.09%
B=39.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961441590.400.0900.38194.2924.7150
Hex60909F289026c21932
Octal14022023750110463023162
Binary11000001001000010011111101000100101001101100001011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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