#647E86

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

Shades of Hoki #647E86

Tints of Hoki #647E86

Color information

#647E86 (or 0x647E86) is unknown color: approx Hoki. HEX triplet: 64, 7E and 86. RGB value is (100,126,134). Sum of RGB (Red+Green+Blue) = 100+126+134=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 134 (52.73% from 255 or 37.22% from 360); Max value from RGB is 134 - color contains mainly: blue. Hex color #647E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E86 is #9B8179. Grayscale: #777777. Windows color (decimal): -10191226 or 8814180. OLE color: 8814180.

HSL color Cylindrical-coordinate representation of color #647E86: hue angle of 194.12º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #647E86 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100126134-
CMYK0.250.0600.47
HSL194.12º14.53%45.88%-
HSV(B)194.12º25.37%52.55%-
XYZ17.0219.3525.39-
YUV119.14136.39114.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 126 (49.61% from 255) = 35%
BLUE value IS 134 (52.73% from 255) = 37.22%
R=27.78%
G=35%
B=37.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001261340.250.0600.47194.1214.5345.88
Hex647E8619602Fc2f2e
Octal1441762063160573021756
Binary1100100111111010000110110011100101111110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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