#628197

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

Shades of Horizon #628197

Tints of Horizon #628197

Color information

#628197 (or 0x628197) is unknown color: approx Horizon. HEX triplet: 62, 81 and 97. RGB value is (98,129,151). Sum of RGB (Red+Green+Blue) = 98+129+151=378 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.93% from 378); Green value is 129 (50.78% from 255 or 34.13% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #628197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628197 is #9D7E68. Grayscale: #7A7A7A. Windows color (decimal): -10321513 or 9929058. OLE color: 9929058.

HSL color Cylindrical-coordinate representation of color #628197: hue angle of 204.91º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #628197 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98129151-
CMYK0.350.1500.41
HSL204.91º21.29%48.82%-
HSV(B)204.91º35.1%59.22%-
XYZ18.4720.5332.27-
YUV122.24144.23110.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.93%
GREEN value IS 129 (50.78% from 255) = 34.13%
BLUE value IS 151 (59.38% from 255) = 39.95%
R=25.93%
G=34.13%
B=39.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981291510.350.1500.41204.9121.2948.82
Hex62819723F029cd1531
Octal14220122743170513152561
Binary11000101000000110010111100011111101010011100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628197; }

 p { color: rgb(98,129,151); }

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

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

 a { background-color: rgb(98,129,151); }

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

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

 span { border-color: rgb(98,129,151); }

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