#628D9D

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

Shades of Horizon #628D9D

Tints of Horizon #628D9D

Color information

#628D9D (or 0x628D9D) is unknown color: approx Horizon. HEX triplet: 62, 8D and 9D. RGB value is (98,141,157). Sum of RGB (Red+Green+Blue) = 98+141+157=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #628D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D9D is #9D7262. Grayscale: #818181. Windows color (decimal): -10318435 or 10325346. OLE color: 10325346.

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

Color convert

RGB98141157-
CMYK0.380.1000.38
HSL196.27º23.14%50%-
HSV(B)196.27º37.58%61.57%-
XYZ20.6524.0835.46-
YUV129.97143.25105.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.75%
GREEN value IS 141 (55.47% from 255) = 35.61%
BLUE value IS 157 (61.72% from 255) = 39.65%
R=24.75%
G=35.61%
B=39.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981411570.380.1000.38196.2723.1450
Hex628D9D26A026c41732
Octal14221523546120463042762
Binary11000101000110110011101100110101001001101100010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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