#647C85

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

Shades of Hoki #647C85

Tints of Hoki #647C85

Color information

#647C85 (or 0x647C85) is unknown color: approx Hoki. HEX triplet: 64, 7C and 85. RGB value is (100,124,133). Sum of RGB (Red+Green+Blue) = 100+124+133=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 133 - color contains mainly: blue. Hex color #647C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C85 is #9B837A. Grayscale: #757575. Windows color (decimal): -10191739 or 8748132. OLE color: 8748132.

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

Color convert

RGB100124133-
CMYK0.250.0700.48
HSL196.36º14.16%45.69%-
HSV(B)196.36º24.81%52.16%-
XYZ16.718.8224.94-
YUV117.85136.55115.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 124 (48.83% from 255) = 34.73%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=28.01%
G=34.73%
B=37.25%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001241330.250.0700.48196.3614.1645.69
Hex647C85197030c4e2e
Octal1441742053170603041656
Binary1100100111110010000101110011110110000110001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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