Shades of Waikawa Grey #646E8B
Tints of Waikawa Grey #646E8B
RGB
CMYK
RGB Variations
Color information
#646E8B (or 0x646E8B) is known color: Waikawa Grey. HEX triplet: 64, 6E and 8B. RGB value is (100,110,139). Sum of RGB (Red+Green+Blue) = 100+110+139=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 139 - color contains mainly: blue. Hex color #646E8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646E8B is #9B9174. Grayscale: #6E6E6E. Windows color (decimal): -10195317 or 9137764. OLE color: 9137764.
HSL color Cylindrical-coordinate representation of color #646E8B: hue angle of 224.62º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #646E8B is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 110 | 139 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.45 |
| HSL | 224.62º | 0.16% | 0.47% | - |
| HSV(B) | 224.62º | 0.28% | 0.55% | - |
| XYZ | 15.49 | 15.73 | 26.64 | - |
| YUV | 110.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 139 | 0.28 | 0.21 | 0 | 0.45 | 224.62 | 0.16 | 0.47 |
| Hex | 64 | 6E | 8B | 1C | 15 | 0 | 2D | E1 | 10 | 2F |
| Octal | 144 | 156 | 213 | 34 | 25 | 0 | 55 | 341 | 20 | 57 |
| Binary | 1100100 | 1101110 | 10001011 | 11100 | 10101 | 0 | 101101 | 11100001 | 10000 | 101111 |
Color Harmonies of #646E8B
Complementary color
Monochromatic Colors of #646E8B
Black with #646E8B
Text Example
Text Example
White with #646E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E8B; }
p { color: rgb(100,110,139); }
H1.HeaderClassName
{
color: #646E8B;
}
.AnyTagClassName
{
color: #646E8B;
}
</style>
background-color css
<style>
a { background-color: #646E8B; }
a { background-color: rgb(100,110,139); }
div.DivClassName
{
background-color: #646E8B;
}
.BgClassName
{
background-color: #646E8B;
}
</style>
border-color css
<style>
span { border-color: #646E8B; }
span { border-color: rgb(100,110,139); }
td.TdClassName
{
border-color: #646E8B;
}
.TagClassName
{
border-color: #646E8B;
}
</style>