#647F84

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

Shades of Hoki #647F84

Tints of Hoki #647F84

Color information

#647F84 (or 0x647F84) is unknown color: approx Hoki. HEX triplet: 64, 7F and 84. RGB value is (100,127,132). Sum of RGB (Red+Green+Blue) = 100+127+132=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #647F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F84 is #9B807B. Grayscale: #777777. Windows color (decimal): -10190972 or 8683364. OLE color: 8683364.

HSL color Cylindrical-coordinate representation of color #647F84: hue angle of 189.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647F84 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100127132-
CMYK0.240.0400.48
HSL189.38º13.79%45.49%-
HSV(B)189.38º24.24%51.76%-
XYZ17.0119.5524.71-
YUV119.5135.05114.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 127 (50% from 255) = 35.38%
BLUE value IS 132 (51.95% from 255) = 36.77%
R=27.86%
G=35.38%
B=36.77%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001271320.240.0400.48189.3813.7945.49
Hex647F84184030bde2d
Octal1441772043040602751655
Binary1100100111111110000100110001000110000101111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,127,132); }

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

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

 a { background-color: rgb(100,127,132); }

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

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

 span { border-color: rgb(100,127,132); }

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