Shades of Waikawa Grey #687AA1
Tints of Waikawa Grey #687AA1
RGB
CMYK
RGB Variations
Color information
#687AA1 (or 0x687AA1) is known color: Waikawa Grey. HEX triplet: 68, 7A and A1. RGB value is (104,122,161). Sum of RGB (Red+Green+Blue) = 104+122+161=387 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.87% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #687AA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687AA1 is #97855E. Grayscale: #787878. Windows color (decimal): -9930079 or 10582632. OLE color: 10582632.
HSL color Cylindrical-coordinate representation of color #687AA1: hue angle of 221.05º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687AA1 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 122 | 161 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.37 |
| HSL | 221.05º | 0.23% | 0.52% | - |
| HSV(B) | 221.05º | 0.35% | 0.63% | - |
| XYZ | 19.1 | 19.44 | 36.46 | - |
| YUV | 121.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 161 | 0.35 | 0.24 | 0 | 0.37 | 221.05 | 0.23 | 0.52 |
| Hex | 68 | 7A | A1 | 23 | 18 | 0 | 25 | DD | 17 | 34 |
| Octal | 150 | 172 | 241 | 43 | 30 | 0 | 45 | 335 | 27 | 64 |
| Binary | 1101000 | 1111010 | 10100001 | 100011 | 11000 | 0 | 100101 | 11011101 | 10111 | 110100 |
Color Harmonies of #687AA1
Complementary color
Monochromatic Colors of #687AA1
Black with #687AA1
Text Example
Text Example
White with #687AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687AA1; }
p { color: rgb(104,122,161); }
H1.HeaderClassName
{
color: #687AA1;
}
.AnyTagClassName
{
color: #687AA1;
}
</style>
background-color css
<style>
a { background-color: #687AA1; }
a { background-color: rgb(104,122,161); }
div.DivClassName
{
background-color: #687AA1;
}
.BgClassName
{
background-color: #687AA1;
}
</style>
border-color css
<style>
span { border-color: #687AA1; }
span { border-color: rgb(104,122,161); }
td.TdClassName
{
border-color: #687AA1;
}
.TagClassName
{
border-color: #687AA1;
}
</style>