Shades of Waikawa Grey #646A82
Tints of Waikawa Grey #646A82
RGB
CMYK
RGB Variations
Color information
#646A82 (or 0x646A82) is known color: Waikawa Grey. HEX triplet: 64, 6A and 82. RGB value is (100,106,130). Sum of RGB (Red+Green+Blue) = 100+106+130=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #646A82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A82 is #9B957D. Grayscale: #6A6A6A. Windows color (decimal): -10196350 or 8546916. OLE color: 8546916.
HSL color Cylindrical-coordinate representation of color #646A82: hue angle of 228º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #646A82 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 106 | 130 | - |
| CMYK | 0.23 | 0.18 | 0 | 0.49 |
| HSL | 228º | 0.13% | 0.45% | - |
| HSV(B) | 228º | 0.23% | 0.51% | - |
| XYZ | 14.44 | 14.63 | 23.18 | - |
| YUV | 106.94 | 141.01 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 130 | 0.23 | 0.18 | 0 | 0.49 | 228 | 0.13 | 0.45 |
| Hex | 64 | 6A | 82 | 17 | 12 | 0 | 31 | E4 | D | 2D |
| Octal | 144 | 152 | 202 | 27 | 22 | 0 | 61 | 344 | 15 | 55 |
| Binary | 1100100 | 1101010 | 10000010 | 10111 | 10010 | 0 | 110001 | 11100100 | 1101 | 101101 |
Color Harmonies of #646A82
Complementary color
Monochromatic Colors of #646A82
Black with #646A82
Text Example
Text Example
White with #646A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A82; }
p { color: rgb(100,106,130); }
H1.HeaderClassName
{
color: #646A82;
}
.AnyTagClassName
{
color: #646A82;
}
</style>
background-color css
<style>
a { background-color: #646A82; }
a { background-color: rgb(100,106,130); }
div.DivClassName
{
background-color: #646A82;
}
.BgClassName
{
background-color: #646A82;
}
</style>
border-color css
<style>
span { border-color: #646A82; }
span { border-color: rgb(100,106,130); }
td.TdClassName
{
border-color: #646A82;
}
.TagClassName
{
border-color: #646A82;
}
</style>