Shades of Waikawa Grey #696C90
Tints of Waikawa Grey #696C90
RGB
CMYK
RGB Variations
Color information
#696C90 (or 0x696C90) is known color: Waikawa Grey. HEX triplet: 69, 6C and 90. RGB value is (105,108,144). Sum of RGB (Red+Green+Blue) = 105+108+144=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #696C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696C90 is #96936F. Grayscale: #6F6F6F. Windows color (decimal): -9868144 or 9464937. OLE color: 9464937.
HSL color Cylindrical-coordinate representation of color #696C90: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #696C90 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 108 | 144 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.44 |
| HSL | 235.38º | 0.16% | 0.49% | - |
| HSV(B) | 235.38º | 0.27% | 0.56% | - |
| XYZ | 16.22 | 15.74 | 28.57 | - |
| YUV | 111.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 108 | 144 | 0.27 | 0.25 | 0 | 0.44 | 235.38 | 0.16 | 0.49 |
| Hex | 69 | 6C | 90 | 1B | 19 | 0 | 2C | EB | 10 | 31 |
| Octal | 151 | 154 | 220 | 33 | 31 | 0 | 54 | 353 | 20 | 61 |
| Binary | 1101001 | 1101100 | 10010000 | 11011 | 11001 | 0 | 101100 | 11101011 | 10000 | 110001 |
Color Harmonies of #696C90
Complementary color
Monochromatic Colors of #696C90
Black with #696C90
Text Example
Text Example
White with #696C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696C90; }
p { color: rgb(105,108,144); }
H1.HeaderClassName
{
color: #696C90;
}
.AnyTagClassName
{
color: #696C90;
}
</style>
background-color css
<style>
a { background-color: #696C90; }
a { background-color: rgb(105,108,144); }
div.DivClassName
{
background-color: #696C90;
}
.BgClassName
{
background-color: #696C90;
}
</style>
border-color css
<style>
span { border-color: #696C90; }
span { border-color: rgb(105,108,144); }
td.TdClassName
{
border-color: #696C90;
}
.TagClassName
{
border-color: #696C90;
}
</style>