#629099

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

Shades of Horizon #629099

Tints of Horizon #629099

Color information

#629099 (or 0x629099) is unknown color: approx Horizon. HEX triplet: 62, 90 and 99. RGB value is (98,144,153). Sum of RGB (Red+Green+Blue) = 98+144+153=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #629099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629099 is #9D6F66. Grayscale: #838383. Windows color (decimal): -10317671 or 10063970. OLE color: 10063970.

HSL color Cylindrical-coordinate representation of color #629099: hue angle of 189.82º 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 #629099 is Cyan = 0.36, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB98144153-
CMYK0.360.0600.4
HSL189.82º21.91%49.22%-
HSV(B)189.82º35.95%60%-
XYZ20.7624.8433.84-
YUV131.27140.26104.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 153 (60.16% from 255) = 38.73%
R=24.81%
G=36.46%
B=38.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal981441530.360.0600.4189.8221.9149.22
Hex629099246028be1631
Octal1422202314460502762661
Binary1100010100100001001100110010011001010001011111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629099; }

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

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

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

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

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

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

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

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