#628A97

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

Shades of Horizon #628A97

Tints of Horizon #628A97

Color information

#628A97 (or 0x628A97) is unknown color: approx Horizon. HEX triplet: 62, 8A and 97. RGB value is (98,138,151). Sum of RGB (Red+Green+Blue) = 98+138+151=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 138 (54.30% from 255 or 35.66% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 151 - color contains mainly: blue. Hex color #628A97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A97 is #9D7568. Grayscale: #7F7F7F. Windows color (decimal): -10319209 or 9931362. OLE color: 9931362.

HSL color Cylindrical-coordinate representation of color #628A97: hue angle of 194.72º 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 #628A97 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB98138151-
CMYK0.350.0900.41
HSL194.72º21.29%48.82%-
HSV(B)194.72º35.1%59.22%-
XYZ19.7123.0132.68-
YUV127.52141.25106.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 25.32%
GREEN value IS 138 (54.30% from 255) = 35.66%
BLUE value IS 151 (59.38% from 255) = 39.02%
R=25.32%
G=35.66%
B=39.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal981381510.350.0900.41194.7221.2948.82
Hex628A97239029c31531
Octal14221222743110513032561
Binary11000101000101010010111100011100101010011100001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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