#629198

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

Shades of Horizon #629198

Tints of Horizon #629198

Color information

#629198 (or 0x629198) is unknown color: approx Horizon. HEX triplet: 62, 91 and 98. RGB value is (98,145,152). Sum of RGB (Red+Green+Blue) = 98+145+152=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 152 - color contains mainly: blue. Hex color #629198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629198 is #9D6E67. Grayscale: #838383. Windows color (decimal): -10317416 or 9998690. OLE color: 9998690.

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

Color convert

RGB98145152-
CMYK0.360.0500.40
HSL187.78º21.6%49.02%-
HSV(B)187.78º35.53%59.61%-
XYZ20.8325.1133.46-
YUV131.74139.43103.93-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.81%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=24.81%
G=36.71%
B=38.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981451520.360.0500.40187.7821.649.02
Hex629198245028bc1631
Octal1422212304450502742661
Binary1100010100100011001100010010010101010001011110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #629198; }

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

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

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

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

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

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

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

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