#62939F

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

Shades of Horizon #62939F

Tints of Horizon #62939F

Color information

#62939F (or 0x62939F) is unknown color: approx Horizon. HEX triplet: 62, 93 and 9F. RGB value is (98,147,159). Sum of RGB (Red+Green+Blue) = 98+147+159=404 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.26% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #62939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62939F is #9D6C60. Grayscale: #858585. Windows color (decimal): -10316897 or 10457954. OLE color: 10457954.

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

Color convert

RGB98147159-
CMYK0.380.0800.38
HSL191.8º24.11%50.39%-
HSV(B)191.8º38.36%62.35%-
XYZ21.7325.9736.67-
YUV133.72142.27102.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.26%
GREEN value IS 147 (57.81% from 255) = 36.39%
BLUE value IS 159 (62.5% from 255) = 39.36%
R=24.26%
G=36.39%
B=39.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981471590.380.0800.38191.824.1150.39
Hex62939F268026c01832
Octal14222323746100463003062
Binary11000101001001110011111100110100001001101100000011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62939F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,147,159); }

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

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

 a { background-color: rgb(98,147,159); }

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

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

 span { border-color: rgb(98,147,159); }

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