#647C84

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

Shades of Hoki #647C84

Tints of Hoki #647C84

Color information

#647C84 (or 0x647C84) is unknown color: approx Hoki. HEX triplet: 64, 7C and 84. RGB value is (100,124,132). Sum of RGB (Red+Green+Blue) = 100+124+132=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 132 - color contains mainly: blue. Hex color #647C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C84 is #9B837B. Grayscale: #757575. Windows color (decimal): -10191740 or 8682596. OLE color: 8682596.

HSL color Cylindrical-coordinate representation of color #647C84: hue angle of 195º 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 #647C84 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB100124132-
CMYK0.240.0600.48
HSL195º13.79%45.49%-
HSV(B)195º24.24%51.76%-
XYZ16.6318.7924.58-
YUV117.74136.05115.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 132 (51.95% from 255) = 37.08%
R=28.09%
G=34.83%
B=37.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001241320.240.0600.4819513.7945.49
Hex647C84186030c3e2d
Octal1441742043060603031655
Binary1100100111110010000100110001100110000110000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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