Shades of Waikawa Grey #646F89
Tints of Waikawa Grey #646F89
RGB
CMYK
RGB Variations
Color information
#646F89 (or 0x646F89) is known color: Waikawa Grey. HEX triplet: 64, 6F and 89. RGB value is (100,111,137). Sum of RGB (Red+Green+Blue) = 100+111+137=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 137 (53.91% from 255 or 39.37% from 348); Max value from RGB is 137 - color contains mainly: blue. Hex color #646F89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646F89 is #9B9076. Grayscale: #6E6E6E. Windows color (decimal): -10195063 or 9006948. OLE color: 9006948.
HSL color Cylindrical-coordinate representation of color #646F89: hue angle of 222.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646F89 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 111 | 137 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.46 |
| HSL | 222.16º | 0.16% | 0.46% | - |
| HSV(B) | 222.16º | 0.27% | 0.54% | - |
| XYZ | 15.46 | 15.88 | 25.92 | - |
| YUV | 110.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 137 | 0.27 | 0.19 | 0 | 0.46 | 222.16 | 0.16 | 0.46 |
| Hex | 64 | 6F | 89 | 1B | 13 | 0 | 2E | DE | 10 | 2E |
| Octal | 144 | 157 | 211 | 33 | 23 | 0 | 56 | 336 | 20 | 56 |
| Binary | 1100100 | 1101111 | 10001001 | 11011 | 10011 | 0 | 101110 | 11011110 | 10000 | 101110 |
Color Harmonies of #646F89
Complementary color
Monochromatic Colors of #646F89
Black with #646F89
Text Example
Text Example
White with #646F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F89; }
p { color: rgb(100,111,137); }
H1.HeaderClassName
{
color: #646F89;
}
.AnyTagClassName
{
color: #646F89;
}
</style>
background-color css
<style>
a { background-color: #646F89; }
a { background-color: rgb(100,111,137); }
div.DivClassName
{
background-color: #646F89;
}
.BgClassName
{
background-color: #646F89;
}
</style>
border-color css
<style>
span { border-color: #646F89; }
span { border-color: rgb(100,111,137); }
td.TdClassName
{
border-color: #646F89;
}
.TagClassName
{
border-color: #646F89;
}
</style>