#628490

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

Shades of Horizon #628490

Tints of Horizon #628490

Color information

#628490 (or 0x628490) is unknown color: approx Horizon. HEX triplet: 62, 84 and 90. RGB value is (98,132,144). Sum of RGB (Red+Green+Blue) = 98+132+144=374 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.20% from 374); Green value is 132 (51.95% from 255 or 35.29% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #628490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628490 is #9D7B6F. Grayscale: #7B7B7B. Windows color (decimal): -10320752 or 9471074. OLE color: 9471074.

HSL color Cylindrical-coordinate representation of color #628490: hue angle of 195.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #628490 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB98132144-
CMYK0.320.0800.44
HSL195.65º19.01%47.45%-
HSV(B)195.65º31.94%56.47%-
XYZ18.3221.1129.5-
YUV123.2139.74110.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.20%
GREEN value IS 132 (51.95% from 255) = 35.29%
BLUE value IS 144 (56.64% from 255) = 38.50%
R=26.20%
G=35.29%
B=38.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981321440.320.0800.44195.6519.0147.45
Hex62849020802Cc4132f
Octal14220422040100543042357
Binary11000101000010010010000100000100001011001100010010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628490; }

 p { color: rgb(98,132,144); }

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

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

 a { background-color: rgb(98,132,144); }

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

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

 span { border-color: rgb(98,132,144); }

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