#647F85

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

Shades of Hoki #647F85

Tints of Hoki #647F85

Color information

#647F85 (or 0x647F85) is unknown color: approx Hoki. HEX triplet: 64, 7F and 85. RGB value is (100,127,133). Sum of RGB (Red+Green+Blue) = 100+127+133=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 127 (50% from 255 or 35.28% from 360); Blue value is 133 (52.34% from 255 or 36.94% from 360); Max value from RGB is 133 - color contains mainly: blue. Hex color #647F85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F85 is #9B807A. Grayscale: #777777. Windows color (decimal): -10190971 or 8748900. OLE color: 8748900.

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

Color convert

RGB100127133-
CMYK0.250.0500.48
HSL190.91º14.16%45.69%-
HSV(B)190.91º24.81%52.16%-
XYZ17.0819.5825.07-
YUV119.61135.55114.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 127 (50% from 255) = 35.28%
BLUE value IS 133 (52.34% from 255) = 36.94%
R=27.78%
G=35.28%
B=36.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001271330.250.0500.48190.9114.1645.69
Hex647F85195030bfe2e
Octal1441772053150602771656
Binary1100100111111110000101110011010110000101111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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