#629199

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

Shades of Horizon #629199

Tints of Horizon #629199

Color information

#629199 (or 0x629199) is unknown color: approx Horizon. HEX triplet: 62, 91 and 99. RGB value is (98,145,153). Sum of RGB (Red+Green+Blue) = 98+145+153=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #629199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629199 is #9D6E66. Grayscale: #838383. Windows color (decimal): -10317415 or 10064226. OLE color: 10064226.

HSL color Cylindrical-coordinate representation of color #629199: hue angle of 188.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #629199 is Cyan = 0.36, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB98145153-
CMYK0.360.0500.4
HSL188.73º21.91%49.22%-
HSV(B)188.73º35.95%60%-
XYZ20.9125.1533.89-
YUV131.86139.93103.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 153 (60.16% from 255) = 38.64%
R=24.75%
G=36.62%
B=38.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981451530.360.0500.4188.7321.9149.22
Hex629199245028bd1631
Octal1422212314450502752661
Binary1100010100100011001100110010010101010001011110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629199; }

 p { color: rgb(98,145,153); }

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

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

 a { background-color: rgb(98,145,153); }

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

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

 span { border-color: rgb(98,145,153); }

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