#647C87

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

Shades of Hoki #647C87

Tints of Hoki #647C87

Color information

#647C87 (or 0x647C87) is unknown color: approx Hoki. HEX triplet: 64, 7C and 87. RGB value is (100,124,135). Sum of RGB (Red+Green+Blue) = 100+124+135=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 135 (53.12% from 255 or 37.60% from 359); Max value from RGB is 135 - color contains mainly: blue. Hex color #647C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C87 is #9B8378. Grayscale: #767676. Windows color (decimal): -10191737 or 8879204. OLE color: 8879204.

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

Color convert

RGB100124135-
CMYK0.260.0800.47
HSL198.86º14.89%46.08%-
HSV(B)198.86º25.93%52.94%-
XYZ16.8418.8725.68-
YUV118.08137.55115.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 124 (48.83% from 255) = 34.54%
BLUE value IS 135 (53.12% from 255) = 37.60%
R=27.86%
G=34.54%
B=37.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001241350.260.0800.47198.8614.8946.08
Hex647C871A802Fc7f2e
Octal14417420732100573071756
Binary11001001111100100001111101010000101111110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,124,135); }

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

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

 a { background-color: rgb(100,124,135); }

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

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

 span { border-color: rgb(100,124,135); }

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