Shades of Waikawa Grey #646A91
Tints of Waikawa Grey #646A91
RGB
CMYK
RGB Variations
Color information
#646A91 (or 0x646A91) is known color: Waikawa Grey. HEX triplet: 64, 6A and 91. RGB value is (100,106,145). Sum of RGB (Red+Green+Blue) = 100+106+145=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 145 (57.03% from 255 or 41.31% from 351); Max value from RGB is 145 - color contains mainly: blue. Hex color #646A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646A91 is #9B956E. Grayscale: #6C6C6C. Windows color (decimal): -10196335 or 9529956. OLE color: 9529956.
HSL color Cylindrical-coordinate representation of color #646A91: hue angle of 232º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #646A91 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 106 | 145 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.43 |
| HSL | 232º | 0.18% | 0.48% | - |
| HSV(B) | 232º | 0.31% | 0.57% | - |
| XYZ | 15.52 | 15.06 | 28.88 | - |
| YUV | 108.65 | 148.51 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 145 | 0.31 | 0.27 | 0 | 0.43 | 232 | 0.18 | 0.48 |
| Hex | 64 | 6A | 91 | 1F | 1B | 0 | 2B | E8 | 12 | 30 |
| Octal | 144 | 152 | 221 | 37 | 33 | 0 | 53 | 350 | 22 | 60 |
| Binary | 1100100 | 1101010 | 10010001 | 11111 | 11011 | 0 | 101011 | 11101000 | 10010 | 110000 |
Color Harmonies of #646A91
Complementary color
Monochromatic Colors of #646A91
Black with #646A91
Text Example
Text Example
White with #646A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A91; }
p { color: rgb(100,106,145); }
H1.HeaderClassName
{
color: #646A91;
}
.AnyTagClassName
{
color: #646A91;
}
</style>
background-color css
<style>
a { background-color: #646A91; }
a { background-color: rgb(100,106,145); }
div.DivClassName
{
background-color: #646A91;
}
.BgClassName
{
background-color: #646A91;
}
</style>
border-color css
<style>
span { border-color: #646A91; }
span { border-color: rgb(100,106,145); }
td.TdClassName
{
border-color: #646A91;
}
.TagClassName
{
border-color: #646A91;
}
</style>