#64828D

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

Shades of Hoki #64828D

Tints of Hoki #64828D

Color information

#64828D (or 0x64828D) is unknown color: approx Hoki. HEX triplet: 64, 82 and 8D. RGB value is (100,130,141). Sum of RGB (Red+Green+Blue) = 100+130+141=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #64828D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64828D is #9B7D72. Grayscale: #7A7A7A. Windows color (decimal): -10190195 or 9273956. OLE color: 9273956.

HSL color Cylindrical-coordinate representation of color #64828D: hue angle of 196.1º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64828D is Cyan = 0.29, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB100130141-
CMYK0.290.0800.45
HSL196.1º17.01%47.25%-
HSV(B)196.1º29.08%55.29%-
XYZ18.0520.628.22-
YUV122.28138.56112.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 130 (51.17% from 255) = 35.04%
BLUE value IS 141 (55.47% from 255) = 38.01%
R=26.95%
G=35.04%
B=38.01%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001301410.290.0800.45196.117.0147.25
Hex64828D1D802Dc4112f
Octal14420221535100553042157
Binary1100100100000101000110111101100001011011100010010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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