#647A85

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

Shades of Hoki #647A85

Tints of Hoki #647A85

Color information

#647A85 (or 0x647A85) is unknown color: approx Hoki. HEX triplet: 64, 7A and 85. RGB value is (100,122,133). Sum of RGB (Red+Green+Blue) = 100+122+133=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 133 - color contains mainly: blue. Hex color #647A85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A85 is #9B857A. Grayscale: #747474. Windows color (decimal): -10192251 or 8747620. OLE color: 8747620.

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

Color convert

RGB100122133-
CMYK0.250.0800.48
HSL200º14.16%45.69%-
HSV(B)200º24.81%52.16%-
XYZ16.4518.3224.86-
YUV116.68137.21116.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.17%
GREEN value IS 122 (48.05% from 255) = 34.37%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=28.17%
G=34.37%
B=37.46%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001221330.250.0800.4820014.1645.69
Hex647A85198030c8e2e
Octal14417220531100603101656
Binary11001001111010100001011100110000110000110010001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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