#628798

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

Shades of Horizon #628798

Tints of Horizon #628798

Color information

#628798 (or 0x628798) is unknown color: approx Horizon. HEX triplet: 62, 87 and 98. RGB value is (98,135,152). Sum of RGB (Red+Green+Blue) = 98+135+152=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #628798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628798 is #9D7867. Grayscale: #7D7D7D. Windows color (decimal): -10319976 or 9996130. OLE color: 9996130.

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

Color convert

RGB98135152-
CMYK0.360.1100.40
HSL198.89º21.6%49.02%-
HSV(B)198.89º35.53%59.61%-
XYZ19.3722.1932.97-
YUV125.88142.74108.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.45%
GREEN value IS 135 (53.12% from 255) = 35.06%
BLUE value IS 152 (59.77% from 255) = 39.48%
R=25.45%
G=35.06%
B=39.48%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal981351520.360.1100.40198.8921.649.02
Hex62879824B028c71631
Octal14220723044130503072661
Binary11000101000011110011000100100101101010001100011110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628798; }

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

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

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

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

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

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

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

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