#62939C

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

Shades of Horizon #62939C

Tints of Horizon #62939C

Color information

#62939C (or 0x62939C) is unknown color: approx Horizon. HEX triplet: 62, 93 and 9C. RGB value is (98,147,156). Sum of RGB (Red+Green+Blue) = 98+147+156=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #62939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62939C is #9D6C63. Grayscale: #858585. Windows color (decimal): -10316900 or 10261346. OLE color: 10261346.

HSL color Cylindrical-coordinate representation of color #62939C: hue angle of 189.31º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #62939C is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB98147156-
CMYK0.370.0600.39
HSL189.31º22.83%49.8%-
HSV(B)189.31º37.18%61.18%-
XYZ21.4725.8635.31-
YUV133.38140.77102.77-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 147 (57.81% from 255) = 36.66%
BLUE value IS 156 (61.33% from 255) = 38.90%
R=24.44%
G=36.66%
B=38.90%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal981471560.370.0600.39189.3122.8349.8
Hex62939C256027bd1732
Octal1422232344560472752762
Binary1100010100100111001110010010111001001111011110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62939C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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