#628D9E

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

Shades of Horizon #628D9E

Tints of Horizon #628D9E

Color information

#628D9E (or 0x628D9E) is unknown color: approx Horizon. HEX triplet: 62, 8D and 9E. RGB value is (98,141,158). Sum of RGB (Red+Green+Blue) = 98+141+158=397 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.69% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 158 (62.11% from 255 or 39.80% from 397); Max value from RGB is 158 - color contains mainly: blue. Hex color #628D9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D9E is #9D7261. Grayscale: #818181. Windows color (decimal): -10318434 or 10390882. OLE color: 10390882.

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

Color convert

RGB98141158-
CMYK0.380.1100.38
HSL197º23.62%50.2%-
HSV(B)197º37.97%61.96%-
XYZ20.7324.1235.91-
YUV130.08143.75105.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.69%
GREEN value IS 141 (55.47% from 255) = 35.52%
BLUE value IS 158 (62.11% from 255) = 39.80%
R=24.69%
G=35.52%
B=39.80%

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
Decimal981411580.380.1100.3819723.6250.2
Hex628D9E26B026c51832
Octal14221523646130463053062
Binary11000101000110110011110100110101101001101100010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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