Shades of Waikawa Grey #646F8C
Tints of Waikawa Grey #646F8C
RGB
CMYK
RGB Variations
Color information
#646F8C (or 0x646F8C) is known color: Waikawa Grey. HEX triplet: 64, 6F and 8C. RGB value is (100,111,140). Sum of RGB (Red+Green+Blue) = 100+111+140=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #646F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F8C is #9B9073. Grayscale: #6E6E6E. Windows color (decimal): -10195060 or 9203556. OLE color: 9203556.
HSL color Cylindrical-coordinate representation of color #646F8C: hue angle of 223.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #646F8C is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 111 | 140 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.45 |
| HSL | 223.5º | 0.17% | 0.47% | - |
| HSV(B) | 223.5º | 0.29% | 0.55% | - |
| XYZ | 15.67 | 15.97 | 27.07 | - |
| YUV | 111.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 140 | 0.29 | 0.21 | 0 | 0.45 | 223.5 | 0.17 | 0.47 |
| Hex | 64 | 6F | 8C | 1D | 15 | 0 | 2D | E0 | 11 | 2F |
| Octal | 144 | 157 | 214 | 35 | 25 | 0 | 55 | 340 | 21 | 57 |
| Binary | 1100100 | 1101111 | 10001100 | 11101 | 10101 | 0 | 101101 | 11100000 | 10001 | 101111 |
Color Harmonies of #646F8C
Complementary color
Monochromatic Colors of #646F8C
Black with #646F8C
Text Example
Text Example
White with #646F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F8C; }
p { color: rgb(100,111,140); }
H1.HeaderClassName
{
color: #646F8C;
}
.AnyTagClassName
{
color: #646F8C;
}
</style>
background-color css
<style>
a { background-color: #646F8C; }
a { background-color: rgb(100,111,140); }
div.DivClassName
{
background-color: #646F8C;
}
.BgClassName
{
background-color: #646F8C;
}
</style>
border-color css
<style>
span { border-color: #646F8C; }
span { border-color: rgb(100,111,140); }
td.TdClassName
{
border-color: #646F8C;
}
.TagClassName
{
border-color: #646F8C;
}
</style>