Shades of Waikawa Grey #696D91
Tints of Waikawa Grey #696D91
RGB
CMYK
RGB Variations
Color information
#696D91 (or 0x696D91) is known color: Waikawa Grey. HEX triplet: 69, 6D and 91. RGB value is (105,109,145). Sum of RGB (Red+Green+Blue) = 105+109+145=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #696D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696D91 is #96926E. Grayscale: #6F6F6F. Windows color (decimal): -9867887 or 9530729. OLE color: 9530729.
HSL color Cylindrical-coordinate representation of color #696D91: hue angle of 234º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #696D91 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 109 | 145 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.43 |
| HSL | 234º | 0.16% | 0.49% | - |
| HSV(B) | 234º | 0.28% | 0.57% | - |
| XYZ | 16.41 | 15.98 | 29.01 | - |
| YUV | 111.91 | 146.67 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 145 | 0.28 | 0.25 | 0 | 0.43 | 234 | 0.16 | 0.49 |
| Hex | 69 | 6D | 91 | 1C | 19 | 0 | 2B | EA | 10 | 31 |
| Octal | 151 | 155 | 221 | 34 | 31 | 0 | 53 | 352 | 20 | 61 |
| Binary | 1101001 | 1101101 | 10010001 | 11100 | 11001 | 0 | 101011 | 11101010 | 10000 | 110001 |
Color Harmonies of #696D91
Complementary color
Monochromatic Colors of #696D91
Black with #696D91
Text Example
Text Example
White with #696D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D91; }
p { color: rgb(105,109,145); }
H1.HeaderClassName
{
color: #696D91;
}
.AnyTagClassName
{
color: #696D91;
}
</style>
background-color css
<style>
a { background-color: #696D91; }
a { background-color: rgb(105,109,145); }
div.DivClassName
{
background-color: #696D91;
}
.BgClassName
{
background-color: #696D91;
}
</style>
border-color css
<style>
span { border-color: #696D91; }
span { border-color: rgb(105,109,145); }
td.TdClassName
{
border-color: #696D91;
}
.TagClassName
{
border-color: #696D91;
}
</style>