Shades of Waikawa Grey #686D88
Tints of Waikawa Grey #686D88
RGB
CMYK
RGB Variations
Color information
#686D88 (or 0x686D88) is known color: Waikawa Grey. HEX triplet: 68, 6D and 88. RGB value is (104,109,136). Sum of RGB (Red+Green+Blue) = 104+109+136=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #686D88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D88 is #979277. Grayscale: #6E6E6E. Windows color (decimal): -9933432 or 8940904. OLE color: 8940904.
HSL color Cylindrical-coordinate representation of color #686D88: hue angle of 230.62º 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 #686D88 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 109 | 136 | - |
| CMYK | 0.24 | 0.20 | 0 | 0.47 |
| HSL | 230.63º | 0.13% | 0.47% | - |
| HSV(B) | 230.63º | 0.24% | 0.53% | - |
| XYZ | 15.62 | 15.66 | 25.49 | - |
| YUV | 110.58 | 142.34 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 136 | 0.24 | 0.20 | 0 | 0.47 | 230.63 | 0.13 | 0.47 |
| Hex | 68 | 6D | 88 | 18 | 14 | 0 | 2F | E7 | D | 2F |
| Octal | 150 | 155 | 210 | 30 | 24 | 0 | 57 | 347 | 15 | 57 |
| Binary | 1101000 | 1101101 | 10001000 | 11000 | 10100 | 0 | 101111 | 11100111 | 1101 | 101111 |
Color Harmonies of #686D88
Complementary color
Monochromatic Colors of #686D88
Black with #686D88
Text Example
Text Example
White with #686D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D88; }
p { color: rgb(104,109,136); }
H1.HeaderClassName
{
color: #686D88;
}
.AnyTagClassName
{
color: #686D88;
}
</style>
background-color css
<style>
a { background-color: #686D88; }
a { background-color: rgb(104,109,136); }
div.DivClassName
{
background-color: #686D88;
}
.BgClassName
{
background-color: #686D88;
}
</style>
border-color css
<style>
span { border-color: #686D88; }
span { border-color: rgb(104,109,136); }
td.TdClassName
{
border-color: #686D88;
}
.TagClassName
{
border-color: #686D88;
}
</style>