#647B86

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

Shades of Hoki #647B86

Tints of Hoki #647B86

Color information

#647B86 (or 0x647B86) is unknown color: approx Hoki. HEX triplet: 64, 7B and 86. RGB value is (100,123,134). Sum of RGB (Red+Green+Blue) = 100+123+134=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 123 (48.44% from 255 or 34.45% from 357); Blue value is 134 (52.73% from 255 or 37.54% from 357); Max value from RGB is 134 - color contains mainly: blue. Hex color #647B86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B86 is #9B8479. Grayscale: #757575. Windows color (decimal): -10191994 or 8813412. OLE color: 8813412.

HSL color Cylindrical-coordinate representation of color #647B86: hue angle of 199.41º 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 #647B86 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100123134-
CMYK0.250.0800.47
HSL199.41º14.53%45.88%-
HSV(B)199.41º25.37%52.55%-
XYZ16.6418.625.27-
YUV117.38137.38115.61-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 123 (48.44% from 255) = 34.45%
BLUE value IS 134 (52.73% from 255) = 37.54%
R=28.01%
G=34.45%
B=37.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001231340.250.0800.47199.4114.5345.88
Hex647B8619802Fc7f2e
Octal14417320631100573071756
Binary11001001111011100001101100110000101111110001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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