Shades of Waikawa Grey #686D8C
Tints of Waikawa Grey #686D8C
RGB
CMYK
RGB Variations
Color information
#686D8C (or 0x686D8C) is known color: Waikawa Grey. HEX triplet: 68, 6D and 8C. RGB value is (104,109,140). Sum of RGB (Red+Green+Blue) = 104+109+140=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #686D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D8C is #979273. Grayscale: #6E6E6E. Windows color (decimal): -9933428 or 9203048. OLE color: 9203048.
HSL color Cylindrical-coordinate representation of color #686D8C: hue angle of 231.67º 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 #686D8C is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 109 | 140 | - |
| CMYK | 0.26 | 0.22 | 0 | 0.45 |
| HSL | 231.67º | 0.15% | 0.48% | - |
| HSV(B) | 231.67º | 0.26% | 0.55% | - |
| XYZ | 15.91 | 15.77 | 27.02 | - |
| YUV | 111.04 | 144.34 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 140 | 0.26 | 0.22 | 0 | 0.45 | 231.67 | 0.15 | 0.48 |
| Hex | 68 | 6D | 8C | 1A | 16 | 0 | 2D | E8 | F | 30 |
| Octal | 150 | 155 | 214 | 32 | 26 | 0 | 55 | 350 | 17 | 60 |
| Binary | 1101000 | 1101101 | 10001100 | 11010 | 10110 | 0 | 101101 | 11101000 | 1111 | 110000 |
Color Harmonies of #686D8C
Complementary color
Monochromatic Colors of #686D8C
Black with #686D8C
Text Example
Text Example
White with #686D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D8C; }
p { color: rgb(104,109,140); }
H1.HeaderClassName
{
color: #686D8C;
}
.AnyTagClassName
{
color: #686D8C;
}
</style>
background-color css
<style>
a { background-color: #686D8C; }
a { background-color: rgb(104,109,140); }
div.DivClassName
{
background-color: #686D8C;
}
.BgClassName
{
background-color: #686D8C;
}
</style>
border-color css
<style>
span { border-color: #686D8C; }
span { border-color: rgb(104,109,140); }
td.TdClassName
{
border-color: #686D8C;
}
.TagClassName
{
border-color: #686D8C;
}
</style>