#647F86

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

Shades of Hoki #647F86

Tints of Hoki #647F86

Color information

#647F86 (or 0x647F86) is unknown color: approx Hoki. HEX triplet: 64, 7F and 86. RGB value is (100,127,134). Sum of RGB (Red+Green+Blue) = 100+127+134=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 134 (52.73% from 255 or 37.12% from 361); Max value from RGB is 134 - color contains mainly: blue. Hex color #647F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F86 is #9B8079. Grayscale: #777777. Windows color (decimal): -10190970 or 8814436. OLE color: 8814436.

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

Color convert

RGB100127134-
CMYK0.250.0500.47
HSL192.35º14.53%45.88%-
HSV(B)192.35º25.37%52.55%-
XYZ17.1519.6125.44-
YUV119.72136.05113.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.70%
GREEN value IS 127 (50% from 255) = 35.18%
BLUE value IS 134 (52.73% from 255) = 37.12%
R=27.70%
G=35.18%
B=37.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001271340.250.0500.47192.3514.5345.88
Hex647F8619502Fc0f2e
Octal1441772063150573001756
Binary1100100111111110000110110011010101111110000001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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