#647F87

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

Shades of Hoki #647F87

Tints of Hoki #647F87

Color information

#647F87 (or 0x647F87) is unknown color: approx Hoki. HEX triplet: 64, 7F and 87. RGB value is (100,127,135). Sum of RGB (Red+Green+Blue) = 100+127+135=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 135 (53.12% from 255 or 37.29% from 362); Max value from RGB is 135 - color contains mainly: blue. Hex color #647F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F87 is #9B8078. Grayscale: #777777. Windows color (decimal): -10190969 or 8879972. OLE color: 8879972.

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

Color convert

RGB100127135-
CMYK0.260.0600.47
HSL193.71º14.89%46.08%-
HSV(B)193.71º25.93%52.94%-
XYZ17.2219.6425.8-
YUV119.84136.55113.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 127 (50% from 255) = 35.08%
BLUE value IS 135 (53.12% from 255) = 37.29%
R=27.62%
G=35.08%
B=37.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001271350.260.0600.47193.7114.8946.08
Hex647F871A602Fc2f2e
Octal1441772073260573021756
Binary1100100111111110000111110101100101111110000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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