Shades of Waikawa Grey #646D8B
Tints of Waikawa Grey #646D8B
RGB
CMYK
RGB Variations
Color information
#646D8B (or 0x646D8B) is known color: Waikawa Grey. HEX triplet: 64, 6D and 8B. RGB value is (100,109,139). Sum of RGB (Red+Green+Blue) = 100+109+139=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #646D8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646D8B is #9B9274. Grayscale: #6D6D6D. Windows color (decimal): -10195573 or 9137508. OLE color: 9137508.
HSL color Cylindrical-coordinate representation of color #646D8B: hue angle of 226.15º 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 #646D8B is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 109 | 139 | - |
| CMYK | 0.28 | 0.22 | 0 | 0.45 |
| HSL | 226.15º | 0.16% | 0.47% | - |
| HSV(B) | 226.15º | 0.28% | 0.55% | - |
| XYZ | 15.38 | 15.51 | 26.61 | - |
| YUV | 109.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 139 | 0.28 | 0.22 | 0 | 0.45 | 226.15 | 0.16 | 0.47 |
| Hex | 64 | 6D | 8B | 1C | 16 | 0 | 2D | E2 | 10 | 2F |
| Octal | 144 | 155 | 213 | 34 | 26 | 0 | 55 | 342 | 20 | 57 |
| Binary | 1100100 | 1101101 | 10001011 | 11100 | 10110 | 0 | 101101 | 11100010 | 10000 | 101111 |
Color Harmonies of #646D8B
Complementary color
Monochromatic Colors of #646D8B
Black with #646D8B
Text Example
Text Example
White with #646D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D8B; }
p { color: rgb(100,109,139); }
H1.HeaderClassName
{
color: #646D8B;
}
.AnyTagClassName
{
color: #646D8B;
}
</style>
background-color css
<style>
a { background-color: #646D8B; }
a { background-color: rgb(100,109,139); }
div.DivClassName
{
background-color: #646D8B;
}
.BgClassName
{
background-color: #646D8B;
}
</style>
border-color css
<style>
span { border-color: #646D8B; }
span { border-color: rgb(100,109,139); }
td.TdClassName
{
border-color: #646D8B;
}
.TagClassName
{
border-color: #646D8B;
}
</style>