Shades of Waikawa Grey #647090
Tints of Waikawa Grey #647090
RGB
CMYK
RGB Variations
Color information
#647090 (or 0x647090) is known color: Waikawa Grey. HEX triplet: 64, 70 and 90. RGB value is (100,112,144). Sum of RGB (Red+Green+Blue) = 100+112+144=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #647090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647090 is #9B8F6F. Grayscale: #6F6F6F. Windows color (decimal): -10194800 or 9465956. OLE color: 9465956.
HSL color Cylindrical-coordinate representation of color #647090: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #647090 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 112 | 144 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.44 |
| HSL | 223.64º | 0.18% | 0.48% | - |
| HSV(B) | 223.64º | 0.31% | 0.56% | - |
| XYZ | 16.08 | 16.31 | 28.69 | - |
| YUV | 112.06 | 146.02 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 144 | 0.31 | 0.22 | 0 | 0.44 | 223.64 | 0.18 | 0.48 |
| Hex | 64 | 70 | 90 | 1F | 16 | 0 | 2C | E0 | 12 | 30 |
| Octal | 144 | 160 | 220 | 37 | 26 | 0 | 54 | 340 | 22 | 60 |
| Binary | 1100100 | 1110000 | 10010000 | 11111 | 10110 | 0 | 101100 | 11100000 | 10010 | 110000 |
Color Harmonies of #647090
Complementary color
Monochromatic Colors of #647090
Black with #647090
Text Example
Text Example
White with #647090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647090; }
p { color: rgb(100,112,144); }
H1.HeaderClassName
{
color: #647090;
}
.AnyTagClassName
{
color: #647090;
}
</style>
background-color css
<style>
a { background-color: #647090; }
a { background-color: rgb(100,112,144); }
div.DivClassName
{
background-color: #647090;
}
.BgClassName
{
background-color: #647090;
}
</style>
border-color css
<style>
span { border-color: #647090; }
span { border-color: rgb(100,112,144); }
td.TdClassName
{
border-color: #647090;
}
.TagClassName
{
border-color: #647090;
}
</style>