Shades of Waikawa Grey #696F9A
Tints of Waikawa Grey #696F9A
RGB
CMYK
RGB Variations
Color information
#696F9A (or 0x696F9A) is known color: Waikawa Grey. HEX triplet: 69, 6F and 9A. RGB value is (105,111,154). Sum of RGB (Red+Green+Blue) = 105+111+154=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 154 - color contains mainly: blue. Hex color #696F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696F9A is #969065. Grayscale: #717171. Windows color (decimal): -9867366 or 10121065. OLE color: 10121065.
HSL color Cylindrical-coordinate representation of color #696F9A: hue angle of 232.65º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #696F9A is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 105 | 111 | 154 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.40 |
| HSL | 232.65º | 0.2% | 0.51% | - |
| HSV(B) | 232.65º | 0.32% | 0.6% | - |
| XYZ | 17.34 | 16.71 | 32.88 | - |
| YUV | 114.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 111 | 154 | 0.32 | 0.28 | 0 | 0.40 | 232.65 | 0.2 | 0.51 |
| Hex | 69 | 6F | 9A | 20 | 1C | 0 | 28 | E9 | 14 | 33 |
| Octal | 151 | 157 | 232 | 40 | 34 | 0 | 50 | 351 | 24 | 63 |
| Binary | 1101001 | 1101111 | 10011010 | 100000 | 11100 | 0 | 101000 | 11101001 | 10100 | 110011 |
Color Harmonies of #696F9A
Complementary color
Monochromatic Colors of #696F9A
Black with #696F9A
Text Example
Text Example
White with #696F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696F9A; }
p { color: rgb(105,111,154); }
H1.HeaderClassName
{
color: #696F9A;
}
.AnyTagClassName
{
color: #696F9A;
}
</style>
background-color css
<style>
a { background-color: #696F9A; }
a { background-color: rgb(105,111,154); }
div.DivClassName
{
background-color: #696F9A;
}
.BgClassName
{
background-color: #696F9A;
}
</style>
border-color css
<style>
span { border-color: #696F9A; }
span { border-color: rgb(105,111,154); }
td.TdClassName
{
border-color: #696F9A;
}
.TagClassName
{
border-color: #696F9A;
}
</style>