Shades of Waikawa Grey #686F8D
Tints of Waikawa Grey #686F8D
RGB
CMYK
RGB Variations
Color information
#686F8D (or 0x686F8D) is known color: Waikawa Grey. HEX triplet: 68, 6F and 8D. RGB value is (104,111,141). Sum of RGB (Red+Green+Blue) = 104+111+141=356 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.21% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #686F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F8D is #979072. Grayscale: #707070. Windows color (decimal): -9932915 or 9269096. OLE color: 9269096.
HSL color Cylindrical-coordinate representation of color #686F8D: hue angle of 228.65º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686F8D is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 111 | 141 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.45 |
| HSL | 228.65º | 0.15% | 0.48% | - |
| HSV(B) | 228.65º | 0.26% | 0.55% | - |
| XYZ | 16.2 | 16.24 | 27.48 | - |
| YUV | 112.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 141 | 0.26 | 0.21 | 0 | 0.45 | 228.65 | 0.15 | 0.48 |
| Hex | 68 | 6F | 8D | 1A | 15 | 0 | 2D | E5 | F | 30 |
| Octal | 150 | 157 | 215 | 32 | 25 | 0 | 55 | 345 | 17 | 60 |
| Binary | 1101000 | 1101111 | 10001101 | 11010 | 10101 | 0 | 101101 | 11100101 | 1111 | 110000 |
Color Harmonies of #686F8D
Complementary color
Monochromatic Colors of #686F8D
Black with #686F8D
Text Example
Text Example
White with #686F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F8D; }
p { color: rgb(104,111,141); }
H1.HeaderClassName
{
color: #686F8D;
}
.AnyTagClassName
{
color: #686F8D;
}
</style>
background-color css
<style>
a { background-color: #686F8D; }
a { background-color: rgb(104,111,141); }
div.DivClassName
{
background-color: #686F8D;
}
.BgClassName
{
background-color: #686F8D;
}
</style>
border-color css
<style>
span { border-color: #686F8D; }
span { border-color: rgb(104,111,141); }
td.TdClassName
{
border-color: #686F8D;
}
.TagClassName
{
border-color: #686F8D;
}
</style>