#62909F

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

Shades of Horizon #62909F

Tints of Horizon #62909F

Color information

#62909F (or 0x62909F) is unknown color: approx Horizon. HEX triplet: 62, 90 and 9F. RGB value is (98,144,159). Sum of RGB (Red+Green+Blue) = 98+144+159=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 159 - color contains mainly: blue. Hex color #62909F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62909F is #9D6F60. Grayscale: #838383. Windows color (decimal): -10317665 or 10457186. OLE color: 10457186.

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

Color convert

RGB98144159-
CMYK0.380.0900.38
HSL194.75º24.11%50.39%-
HSV(B)194.75º38.36%62.35%-
XYZ21.2725.0536.51-
YUV131.96143.26103.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.44%
GREEN value IS 144 (56.64% from 255) = 35.91%
BLUE value IS 159 (62.5% from 255) = 39.65%
R=24.44%
G=35.91%
B=39.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981441590.380.0900.38194.7524.1150.39
Hex62909F269026c31832
Octal14222023746110463033062
Binary11000101001000010011111100110100101001101100001111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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