#628D9F

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

Shades of Horizon #628D9F

Tints of Horizon #628D9F

Color information

#628D9F (or 0x628D9F) is unknown color: approx Horizon. HEX triplet: 62, 8D and 9F. RGB value is (98,141,159). Sum of RGB (Red+Green+Blue) = 98+141+159=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #628D9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D9F is #9D7260. Grayscale: #828282. Windows color (decimal): -10318433 or 10456418. OLE color: 10456418.

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

Color convert

RGB98141159-
CMYK0.380.1100.38
HSL197.7º24.11%50.39%-
HSV(B)197.7º38.36%62.35%-
XYZ20.8224.1536.36-
YUV130.2144.25105.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.62%
GREEN value IS 141 (55.47% from 255) = 35.43%
BLUE value IS 159 (62.5% from 255) = 39.95%
R=24.62%
G=35.43%
B=39.95%

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
Decimal981411590.380.1100.38197.724.1150.39
Hex628D9F26B026c61832
Octal14221523746130463063062
Binary11000101000110110011111100110101101001101100011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,141,159); }

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

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

 a { background-color: rgb(98,141,159); }

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

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

 span { border-color: rgb(98,141,159); }

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