#628A93

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

Shades of Horizon #628A93

Tints of Horizon #628A93

Color information

#628A93 (or 0x628A93) is unknown color: approx Horizon. HEX triplet: 62, 8A and 93. RGB value is (98,138,147). Sum of RGB (Red+Green+Blue) = 98+138+147=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 147 - color contains mainly: blue. Hex color #628A93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A93 is #9D756C. Grayscale: #7E7E7E. Windows color (decimal): -10319213 or 9669218. OLE color: 9669218.

HSL color Cylindrical-coordinate representation of color #628A93: hue angle of 191.02º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628A93 is Cyan = 0.33, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB98138147-
CMYK0.330.0600.42
HSL191.02º20%48.04%-
HSV(B)191.02º33.33%57.65%-
XYZ19.3922.8831-
YUV127.07139.25107.27-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.59%
GREEN value IS 138 (54.30% from 255) = 36.03%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=25.59%
G=36.03%
B=38.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981381470.330.0600.42191.022048.04
Hex628A9321602Abf1430
Octal1422122234160522772460
Binary1100010100010101001001110000111001010101011111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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