#647E82

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

Shades of Hoki #647E82

Tints of Hoki #647E82

Color information

#647E82 (or 0x647E82) is unknown color: approx Hoki. HEX triplet: 64, 7E and 82. RGB value is (100,126,130). Sum of RGB (Red+Green+Blue) = 100+126+130=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 126 (49.61% from 255 or 35.39% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 130 - color contains mainly: blue. Hex color #647E82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E82 is #9B817D. Grayscale: #767676. Windows color (decimal): -10191230 or 8552036. OLE color: 8552036.

HSL color Cylindrical-coordinate representation of color #647E82: hue angle of 188º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #647E82 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB100126130-
CMYK0.230.0300.49
HSL188º13.04%45.1%-
HSV(B)188º23.08%50.98%-
XYZ16.7519.2423.95-
YUV118.68134.39114.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 126 (49.61% from 255) = 35.39%
BLUE value IS 130 (51.17% from 255) = 36.52%
R=28.09%
G=35.39%
B=36.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001261300.230.0300.4918813.0445.1
Hex647E82173031bcd2d
Octal1441762022730612741555
Binary110010011111101000001010111110110001101111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647E82; }

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

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

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

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

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

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

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

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