#64828E

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

Shades of Horizon #64828E

Tints of Horizon #64828E

Color information

#64828E (or 0x64828E) is unknown color: approx Horizon. HEX triplet: 64, 82 and 8E. RGB value is (100,130,142). Sum of RGB (Red+Green+Blue) = 100+130+142=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #64828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64828E is #9B7D71. Grayscale: #7A7A7A. Windows color (decimal): -10190194 or 9339492. OLE color: 9339492.

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

Color convert

RGB100130142-
CMYK0.300.0800.44
HSL197.14º17.36%47.45%-
HSV(B)197.14º29.58%55.69%-
XYZ18.1220.6328.62-
YUV122.4139.06112.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 130 (51.17% from 255) = 34.95%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=26.88%
G=34.95%
B=38.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001301420.300.0800.44197.1417.3647.45
Hex64828E1E802Cc5112f
Octal14420221636100543052157
Binary1100100100000101000111011110100001011001100010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64828E; }

 p { color: rgb(100,130,142); }

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

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

 a { background-color: rgb(100,130,142); }

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

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

 span { border-color: rgb(100,130,142); }

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