#60929F

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

Shades of Horizon #60929F

Tints of Horizon #60929F

Color information

#60929F (or 0x60929F) is unknown color: approx Horizon. HEX triplet: 60, 92 and 9F. RGB value is (96,146,159). Sum of RGB (Red+Green+Blue) = 96+146+159=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #60929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60929F is #9F6D60. Grayscale: #848484. Windows color (decimal): -10448225 or 10457696. OLE color: 10457696.

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

Color convert

RGB96146159-
CMYK0.400.0800.38
HSL192.38º24.71%50%-
HSV(B)192.38º39.62%62.35%-
XYZ21.3625.5536.61-
YUV132.53142.94101.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=23.94%
G=36.41%
B=39.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961461590.400.0800.38192.3824.7150
Hex60929F288026c01932
Octal14022223750100463003162
Binary11000001001001010011111101000100001001101100000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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