#628293

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

Shades of Horizon #628293

Tints of Horizon #628293

Color information

#628293 (or 0x628293) is unknown color: approx Horizon. HEX triplet: 62, 82 and 93. RGB value is (98,130,147). Sum of RGB (Red+Green+Blue) = 98+130+147=375 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.13% from 375); Green value is 130 (51.17% from 255 or 34.67% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #628293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628293 is #9D7D6C. Grayscale: #7A7A7A. Windows color (decimal): -10321261 or 9667170. OLE color: 9667170.

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

Color convert

RGB98130147-
CMYK0.330.1200.42
HSL200.82º20%48.04%-
HSV(B)200.82º33.33%57.65%-
XYZ18.2920.6730.63-
YUV122.37141.9110.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.13%
GREEN value IS 130 (51.17% from 255) = 34.67%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=26.13%
G=34.67%
B=39.2%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal981301470.330.1200.42200.822048.04
Hex62829321C02Ac91430
Octal14220222341140523112460
Binary11000101000001010010011100001110001010101100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628293; }

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

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

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

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

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

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

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

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