#62929D

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

Shades of Horizon #62929D

Tints of Horizon #62929D

Color information

#62929D (or 0x62929D) is unknown color: approx Horizon. HEX triplet: 62, 92 and 9D. RGB value is (98,146,157). Sum of RGB (Red+Green+Blue) = 98+146+157=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #62929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62929D is #9D6D62. Grayscale: #848484. Windows color (decimal): -10317155 or 10326626. OLE color: 10326626.

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

Color convert

RGB98146157-
CMYK0.380.0700.38
HSL191.19º23.14%50%-
HSV(B)191.19º37.58%61.57%-
XYZ21.425.5935.71-
YUV132.9141.6103.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 146 (57.42% from 255) = 36.41%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=24.44%
G=36.41%
B=39.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981461570.380.0700.38191.1923.1450
Hex62929D267026bf1732
Octal1422222354670462772762
Binary1100010100100101001110110011011101001101011111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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