#60929E

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

Shades of Horizon #60929E

Tints of Horizon #60929E

Color information

#60929E (or 0x60929E) is unknown color: approx Horizon. HEX triplet: 60, 92 and 9E. RGB value is (96,146,158). Sum of RGB (Red+Green+Blue) = 96+146+158=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 146 (57.42% from 255 or 36.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #60929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60929E is #9F6D61. Grayscale: #848484. Windows color (decimal): -10448226 or 10392160. OLE color: 10392160.

HSL color Cylindrical-coordinate representation of color #60929E: hue angle of 191.61º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60929E is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96146158-
CMYK0.390.0800.38
HSL191.61º24.41%49.8%-
HSV(B)191.61º39.24%61.96%-
XYZ21.2725.5136.15-
YUV132.42142.44102.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24%
GREEN value IS 146 (57.42% from 255) = 36.5%
BLUE value IS 158 (62.11% from 255) = 39.5%
R=24%
G=36.5%
B=39.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961461580.390.0800.38191.6124.4149.8
Hex60929E278026c01832
Octal14022223647100463003062
Binary11000001001001010011110100111100001001101100000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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