#646986

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

Shades of Waikawa Grey #646986

Tints of Waikawa Grey #646986

Color information

#646986 (or 0x646986) is unknown color: approx Waikawa Grey. HEX triplet: 64, 69 and 86. RGB value is (100,105,134). Sum of RGB (Red+Green+Blue) = 100+105+134=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #646986 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646986 is #9B9679. Grayscale: #6A6A6A. Windows color (decimal): -10196602 or 8808804. OLE color: 8808804.

HSL color Cylindrical-coordinate representation of color #646986: hue angle of 231.18º 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 #646986 is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB100105134-
CMYK0.250.2200.47
HSL231.18º14.53%45.88%-
HSV(B)231.18º25.37%52.55%-
XYZ14.6114.5324.59-
YUV106.81143.34123.14-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=29.50%
G=30.97%
B=39.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1001051340.250.2200.47231.1814.5345.88
Hex646986191602Fe7f2e
Octal14415120631260573471756
Binary110010011010011000011011001101100101111111001111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646986; }

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

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

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

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

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

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

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

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