#647F89

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

Shades of Hoki #647F89

Tints of Hoki #647F89

Color information

#647F89 (or 0x647F89) is unknown color: approx Hoki. HEX triplet: 64, 7F and 89. RGB value is (100,127,137). Sum of RGB (Red+Green+Blue) = 100+127+137=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #647F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F89 is #9B8076. Grayscale: #787878. Windows color (decimal): -10190967 or 9011044. OLE color: 9011044.

HSL color Cylindrical-coordinate representation of color #647F89: hue angle of 196.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #647F89 is Cyan = 0.27, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100127137-
CMYK0.270.0700.46
HSL196.22º15.61%46.47%-
HSV(B)196.22º27.01%53.73%-
XYZ17.3619.6926.55-
YUV120.07137.55113.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.47%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 137 (53.91% from 255) = 37.64%
R=27.47%
G=34.89%
B=37.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001271370.270.0700.46196.2215.6146.47
Hex647F891B702Ec4102e
Octal1441772113370563042056
Binary11001001111111100010011101111101011101100010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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