#646E86

Color #646E86 Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #646E86

Tints of Waikawa Grey #646E86

Color information

#646E86 (or 0x646E86) is unknown color: approx Waikawa Grey. HEX triplet: 64, 6E and 86. RGB value is (100,110,134). Sum of RGB (Red+Green+Blue) = 100+110+134=344 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.07% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 134 - color contains mainly: blue. Hex color #646E86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E86 is #9B9179. Grayscale: #6D6D6D. Windows color (decimal): -10195322 or 8810084. OLE color: 8810084.

HSL color Cylindrical-coordinate representation of color #646E86: hue angle of 222.35º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #646E86 is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100110134-
CMYK0.250.1800.47
HSL222.35º14.53%45.88%-
HSV(B)222.35º25.37%52.55%-
XYZ15.1315.5824.76-
YUV109.75141.69121.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.07%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=29.07%
G=31.98%
B=38.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001101340.250.1800.47222.3514.5345.88
Hex646E86191202Fdef2e
Octal14415620631220573361756
Binary110010011011101000011011001100100101111110111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646E86; }

 p { color: rgb(100,110,134); }

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

<style>
 a { background-color: #646E86; }

 a { background-color: rgb(100,110,134); }

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

<style>
 span { border-color: #646E86; }

 span { border-color: rgb(100,110,134); }

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