#628C9E

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

Shades of Horizon #628C9E

Tints of Horizon #628C9E

Color information

#628C9E (or 0x628C9E) is unknown color: approx Horizon. HEX triplet: 62, 8C and 9E. RGB value is (98,140,158). Sum of RGB (Red+Green+Blue) = 98+140+158=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 158 (62.11% from 255 or 39.90% from 396); Max value from RGB is 158 - color contains mainly: blue. Hex color #628C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628C9E is #9D7361. Grayscale: #818181. Windows color (decimal): -10318690 or 10390626. OLE color: 10390626.

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

Color convert

RGB98140158-
CMYK0.380.1100.38
HSL198º23.62%50.2%-
HSV(B)198º37.97%61.96%-
XYZ20.5923.8235.86-
YUV129.49144.09105.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 158 (62.11% from 255) = 39.90%
R=24.75%
G=35.35%
B=39.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981401580.380.1100.3819823.6250.2
Hex628C9E26B026c61832
Octal14221423646130463063062
Binary11000101000110010011110100110101101001101100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628C9E; }

 p { color: rgb(98,140,158); }

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

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

 a { background-color: rgb(98,140,158); }

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

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

 span { border-color: rgb(98,140,158); }

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