#628A9D

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

Shades of Horizon #628A9D

Tints of Horizon #628A9D

Color information

#628A9D (or 0x628A9D) is unknown color: approx Horizon. HEX triplet: 62, 8A and 9D. RGB value is (98,138,157). Sum of RGB (Red+Green+Blue) = 98+138+157=393 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.94% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #628A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A9D is #9D7562. Grayscale: #808080. Windows color (decimal): -10319203 or 10324578. OLE color: 10324578.

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

Color convert

RGB98138157-
CMYK0.380.1200.38
HSL199.32º23.14%50%-
HSV(B)199.32º37.58%61.57%-
XYZ20.2123.2135.31-
YUV128.21144.25106.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.94%
GREEN value IS 138 (54.30% from 255) = 35.11%
BLUE value IS 157 (61.72% from 255) = 39.95%
R=24.94%
G=35.11%
B=39.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981381570.380.1200.38199.3223.1450
Hex628A9D26C026c71732
Octal14221223546140463072762
Binary11000101000101010011101100110110001001101100011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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