Shades of Waikawa Grey #697099
Tints of Waikawa Grey #697099
RGB
CMYK
RGB Variations
Color information
#697099 (or 0x697099) is known color: Waikawa Grey. HEX triplet: 69, 70 and 99. RGB value is (105,112,153). Sum of RGB (Red+Green+Blue) = 105+112+153=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #697099 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697099 is #968F66. Grayscale: #727272. Windows color (decimal): -9867111 or 10055785. OLE color: 10055785.
HSL color Cylindrical-coordinate representation of color #697099: hue angle of 231.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #697099 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 112 | 153 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.4 |
| HSL | 231.25º | 0.19% | 0.51% | - |
| HSV(B) | 231.25º | 0.31% | 0.6% | - |
| XYZ | 17.37 | 16.89 | 32.48 | - |
| YUV | 114.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 112 | 153 | 0.31 | 0.27 | 0 | 0.4 | 231.25 | 0.19 | 0.51 |
| Hex | 69 | 70 | 99 | 1F | 1B | 0 | 28 | E7 | 13 | 33 |
| Octal | 151 | 160 | 231 | 37 | 33 | 0 | 50 | 347 | 23 | 63 |
| Binary | 1101001 | 1110000 | 10011001 | 11111 | 11011 | 0 | 101000 | 11100111 | 10011 | 110011 |
Color Harmonies of #697099
Complementary color
Monochromatic Colors of #697099
Black with #697099
Text Example
Text Example
White with #697099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697099; }
p { color: rgb(105,112,153); }
H1.HeaderClassName
{
color: #697099;
}
.AnyTagClassName
{
color: #697099;
}
</style>
background-color css
<style>
a { background-color: #697099; }
a { background-color: rgb(105,112,153); }
div.DivClassName
{
background-color: #697099;
}
.BgClassName
{
background-color: #697099;
}
</style>
border-color css
<style>
span { border-color: #697099; }
span { border-color: rgb(105,112,153); }
td.TdClassName
{
border-color: #697099;
}
.TagClassName
{
border-color: #697099;
}
</style>