Shades of Waikawa Grey #646D94
Tints of Waikawa Grey #646D94
RGB
CMYK
RGB Variations
Color information
#646D94 (or 0x646D94) is known color: Waikawa Grey. HEX triplet: 64, 6D and 94. RGB value is (100,109,148). Sum of RGB (Red+Green+Blue) = 100+109+148=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 148 (58.20% from 255 or 41.46% from 357); Max value from RGB is 148 - color contains mainly: blue. Hex color #646D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D94 is #9B926B. Grayscale: #6E6E6E. Windows color (decimal): -10195564 or 9727332. OLE color: 9727332.
HSL color Cylindrical-coordinate representation of color #646D94: hue angle of 228.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #646D94 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 109 | 148 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.42 |
| HSL | 228.75º | 0.19% | 0.49% | - |
| HSV(B) | 228.75º | 0.32% | 0.58% | - |
| XYZ | 16.07 | 15.78 | 30.22 | - |
| YUV | 110.76 | 149.02 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 148 | 0.32 | 0.26 | 0 | 0.42 | 228.75 | 0.19 | 0.49 |
| Hex | 64 | 6D | 94 | 20 | 1A | 0 | 2A | E5 | 13 | 31 |
| Octal | 144 | 155 | 224 | 40 | 32 | 0 | 52 | 345 | 23 | 61 |
| Binary | 1100100 | 1101101 | 10010100 | 100000 | 11010 | 0 | 101010 | 11100101 | 10011 | 110001 |
Color Harmonies of #646D94
Complementary color
Monochromatic Colors of #646D94
Black with #646D94
Text Example
Text Example
White with #646D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D94; }
p { color: rgb(100,109,148); }
H1.HeaderClassName
{
color: #646D94;
}
.AnyTagClassName
{
color: #646D94;
}
</style>
background-color css
<style>
a { background-color: #646D94; }
a { background-color: rgb(100,109,148); }
div.DivClassName
{
background-color: #646D94;
}
.BgClassName
{
background-color: #646D94;
}
</style>
border-color css
<style>
span { border-color: #646D94; }
span { border-color: rgb(100,109,148); }
td.TdClassName
{
border-color: #646D94;
}
.TagClassName
{
border-color: #646D94;
}
</style>