Shades of Waikawa Grey #697A9F
Tints of Waikawa Grey #697A9F
RGB
CMYK
RGB Variations
Color information
#697A9F (or 0x697A9F) is known color: Waikawa Grey. HEX triplet: 69, 7A and 9F. RGB value is (105,122,159). Sum of RGB (Red+Green+Blue) = 105+122+159=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #697A9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #697A9F is #968560. Grayscale: #787878. Windows color (decimal): -9864545 or 10451561. OLE color: 10451561.
HSL color Cylindrical-coordinate representation of color #697A9F: hue angle of 221.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #697A9F is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 122 | 159 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.38 |
| HSL | 221.11º | 0.22% | 0.52% | - |
| HSV(B) | 221.11º | 0.34% | 0.62% | - |
| XYZ | 19.04 | 19.43 | 35.55 | - |
| YUV | 121.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 122 | 159 | 0.34 | 0.23 | 0 | 0.38 | 221.11 | 0.22 | 0.52 |
| Hex | 69 | 7A | 9F | 22 | 17 | 0 | 26 | DD | 16 | 34 |
| Octal | 151 | 172 | 237 | 42 | 27 | 0 | 46 | 335 | 26 | 64 |
| Binary | 1101001 | 1111010 | 10011111 | 100010 | 10111 | 0 | 100110 | 11011101 | 10110 | 110100 |
Color Harmonies of #697A9F
Complementary color
Monochromatic Colors of #697A9F
Black with #697A9F
Text Example
Text Example
White with #697A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #697A9F; }
p { color: rgb(105,122,159); }
H1.HeaderClassName
{
color: #697A9F;
}
.AnyTagClassName
{
color: #697A9F;
}
</style>
background-color css
<style>
a { background-color: #697A9F; }
a { background-color: rgb(105,122,159); }
div.DivClassName
{
background-color: #697A9F;
}
.BgClassName
{
background-color: #697A9F;
}
</style>
border-color css
<style>
span { border-color: #697A9F; }
span { border-color: rgb(105,122,159); }
td.TdClassName
{
border-color: #697A9F;
}
.TagClassName
{
border-color: #697A9F;
}
</style>