#60919F

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

Shades of Horizon #60919F

Tints of Horizon #60919F

Color information

#60919F (or 0x60919F) is unknown color: approx Horizon. HEX triplet: 60, 91 and 9F. RGB value is (96,145,159). Sum of RGB (Red+Green+Blue) = 96+145+159=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #60919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60919F is #9F6E60. Grayscale: #838383. Windows color (decimal): -10448481 or 10457440. OLE color: 10457440.

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

Color convert

RGB96145159-
CMYK0.400.0900.38
HSL193.33º24.71%50%-
HSV(B)193.33º39.62%62.35%-
XYZ21.2125.2436.56-
YUV131.94143.27102.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 159 (62.5% from 255) = 39.75%
R=24%
G=36.25%
B=39.75%

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
Decimal961451590.400.0900.38193.3324.7150
Hex60919F289026c11932
Octal14022123750110463013162
Binary11000001001000110011111101000100101001101100000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60919F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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