#60909C

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

Shades of Horizon #60909C

Tints of Horizon #60909C

Color information

#60909C (or 0x60909C) is unknown color: approx Horizon. HEX triplet: 60, 90 and 9C. RGB value is (96,144,156). Sum of RGB (Red+Green+Blue) = 96+144+156=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 156 (61.33% from 255 or 39.39% from 396); Max value from RGB is 156 - color contains mainly: blue. Hex color #60909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60909C is #9F6F63. Grayscale: #828282. Windows color (decimal): -10448740 or 10260576. OLE color: 10260576.

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

Color convert

RGB96144156-
CMYK0.380.0800.39
HSL192º23.81%49.41%-
HSV(B)192º38.46%61.18%-
XYZ20.824.8335.15-
YUV131.02142.1103.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.24%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 156 (61.33% from 255) = 39.39%
R=24.24%
G=36.36%
B=39.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961441560.380.0800.3919223.8149.41
Hex60909C268027c01831
Octal14022023446100473003061
Binary11000001001000010011100100110100001001111100000011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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