#628B9D

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

Shades of Horizon #628B9D

Tints of Horizon #628B9D

Color information

#628B9D (or 0x628B9D) is unknown color: approx Horizon. HEX triplet: 62, 8B and 9D. RGB value is (98,139,157). Sum of RGB (Red+Green+Blue) = 98+139+157=394 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.87% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #628B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628B9D is #9D7462. Grayscale: #808080. Windows color (decimal): -10318947 or 10324834. OLE color: 10324834.

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

Color convert

RGB98139157-
CMYK0.380.1100.38
HSL198.31º23.14%50%-
HSV(B)198.31º37.58%61.57%-
XYZ20.3623.535.36-
YUV128.79143.92106.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.87%
GREEN value IS 139 (54.69% from 255) = 35.28%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=24.87%
G=35.28%
B=39.85%

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
Decimal981391570.380.1100.38198.3123.1450
Hex628B9D26B026c61732
Octal14221323546130463062762
Binary11000101000101110011101100110101101001101100011010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,139,157); }

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

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

 a { background-color: rgb(98,139,157); }

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

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

 span { border-color: rgb(98,139,157); }

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