#62929F

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

Shades of Horizon #62929F

Tints of Horizon #62929F

Color information

#62929F (or 0x62929F) is unknown color: approx Horizon. HEX triplet: 62, 92 and 9F. RGB value is (98,146,159). Sum of RGB (Red+Green+Blue) = 98+146+159=403 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.32% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 159 - color contains mainly: blue. Hex color #62929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62929F is #9D6D60. Grayscale: #858585. Windows color (decimal): -10317153 or 10457698. OLE color: 10457698.

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

Color convert

RGB98146159-
CMYK0.380.0800.38
HSL192.79º24.11%50.39%-
HSV(B)192.79º38.36%62.35%-
XYZ21.5725.6636.62-
YUV133.13142.6102.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.32%
GREEN value IS 146 (57.42% from 255) = 36.23%
BLUE value IS 159 (62.5% from 255) = 39.45%
R=24.32%
G=36.23%
B=39.45%

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
Decimal981461590.380.0800.38192.7924.1150.39
Hex62929F268026c11832
Octal14222223746100463013062
Binary11000101001001010011111100110100001001101100000111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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