#64808B

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

Shades of Hoki #64808B

Tints of Hoki #64808B

Color information

#64808B (or 0x64808B) is unknown color: approx Hoki. HEX triplet: 64, 80 and 8B. RGB value is (100,128,139). Sum of RGB (Red+Green+Blue) = 100+128+139=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 128 (50.39% from 255 or 34.88% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 139 - color contains mainly: blue. Hex color #64808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64808B is #9B7F74. Grayscale: #787878. Windows color (decimal): -10190709 or 9142372. OLE color: 9142372.

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

Color convert

RGB100128139-
CMYK0.280.0800.45
HSL196.92º16.32%46.86%-
HSV(B)196.92º28.06%54.51%-
XYZ17.6320.0127.36-
YUV120.88138.22113.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.25%
GREEN value IS 128 (50.39% from 255) = 34.88%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=27.25%
G=34.88%
B=37.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1001281390.280.0800.45196.9216.3246.86
Hex64808B1C802Dc5102f
Octal14420021334100553052057
Binary1100100100000001000101111100100001011011100010110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64808B; }

 p { color: rgb(100,128,139); }

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

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

 a { background-color: rgb(100,128,139); }

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

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

 span { border-color: rgb(100,128,139); }

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