#60828E

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

Shades of Horizon #60828E

Tints of Horizon #60828E

Color information

#60828E (or 0x60828E) is unknown color: approx Horizon. HEX triplet: 60, 82 and 8E. RGB value is (96,130,142). Sum of RGB (Red+Green+Blue) = 96+130+142=368 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.09% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #60828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60828E is #9F7D71. Grayscale: #797979. Windows color (decimal): -10452338 or 9339488. OLE color: 9339488.

HSL color Cylindrical-coordinate representation of color #60828E: hue angle of 195.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60828E is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96130142-
CMYK0.320.0800.44
HSL195.65º19.33%46.67%-
HSV(B)195.65º32.39%55.69%-
XYZ17.6920.4128.6-
YUV121.2139.74110.02-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.09%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=26.09%
G=35.33%
B=38.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961301420.320.0800.44195.6519.3346.67
Hex60828E20802Cc4132f
Octal14020221640100543042357
Binary11000001000001010001110100000100001011001100010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,130,142); }

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

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

 a { background-color: rgb(96,130,142); }

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

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

 span { border-color: rgb(96,130,142); }

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