Shades of Waikawa Grey #686F88
Tints of Waikawa Grey #686F88
RGB
CMYK
RGB Variations
Color information
#686F88 (or 0x686F88) is known color: Waikawa Grey. HEX triplet: 68, 6F and 88. RGB value is (104,111,136). Sum of RGB (Red+Green+Blue) = 104+111+136=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #686F88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F88 is #979077. Grayscale: #6F6F6F. Windows color (decimal): -9932920 or 8941416. OLE color: 8941416.
HSL color Cylindrical-coordinate representation of color #686F88: hue angle of 226.88º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686F88 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 111 | 136 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.47 |
| HSL | 226.88º | 0.13% | 0.47% | - |
| HSV(B) | 226.88º | 0.24% | 0.53% | - |
| XYZ | 15.84 | 16.09 | 25.56 | - |
| YUV | 111.76 | 141.68 | 122.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 136 | 0.24 | 0.18 | 0 | 0.47 | 226.88 | 0.13 | 0.47 |
| Hex | 68 | 6F | 88 | 18 | 12 | 0 | 2F | E3 | D | 2F |
| Octal | 150 | 157 | 210 | 30 | 22 | 0 | 57 | 343 | 15 | 57 |
| Binary | 1101000 | 1101111 | 10001000 | 11000 | 10010 | 0 | 101111 | 11100011 | 1101 | 101111 |
Color Harmonies of #686F88
Complementary color
Monochromatic Colors of #686F88
Black with #686F88
Text Example
Text Example
White with #686F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F88; }
p { color: rgb(104,111,136); }
H1.HeaderClassName
{
color: #686F88;
}
.AnyTagClassName
{
color: #686F88;
}
</style>
background-color css
<style>
a { background-color: #686F88; }
a { background-color: rgb(104,111,136); }
div.DivClassName
{
background-color: #686F88;
}
.BgClassName
{
background-color: #686F88;
}
</style>
border-color css
<style>
span { border-color: #686F88; }
span { border-color: rgb(104,111,136); }
td.TdClassName
{
border-color: #686F88;
}
.TagClassName
{
border-color: #686F88;
}
</style>