#647D89

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

Shades of Hoki #647D89

Tints of Hoki #647D89

Color information

#647D89 (or 0x647D89) is unknown color: approx Hoki. HEX triplet: 64, 7D and 89. RGB value is (100,125,137). Sum of RGB (Red+Green+Blue) = 100+125+137=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 137 (53.91% from 255 or 37.85% from 362); Max value from RGB is 137 - color contains mainly: blue. Hex color #647D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D89 is #9B8276. Grayscale: #767676. Windows color (decimal): -10191479 or 9010532. OLE color: 9010532.

HSL color Cylindrical-coordinate representation of color #647D89: hue angle of 199.46º 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 #647D89 is Cyan = 0.27, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB100125137-
CMYK0.270.0900.46
HSL199.46º15.61%46.47%-
HSV(B)199.46º27.01%53.73%-
XYZ17.119.1826.47-
YUV118.89138.22114.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 137 (53.91% from 255) = 37.85%
R=27.62%
G=34.53%
B=37.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1001251370.270.0900.46199.4615.6146.47
Hex647D891B902Ec7102e
Octal14417521133110563072056
Binary110010011111011000100111011100101011101100011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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