Shades of Waikawa Grey #686C8E
Tints of Waikawa Grey #686C8E
RGB
CMYK
RGB Variations
Color information
#686C8E (or 0x686C8E) is known color: Waikawa Grey. HEX triplet: 68, 6C and 8E. RGB value is (104,108,142). Sum of RGB (Red+Green+Blue) = 104+108+142=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 108 (42.58% from 255 or 30.51% from 354); Blue value is 142 (55.86% from 255 or 40.11% from 354); Max value from RGB is 142 - color contains mainly: blue. Hex color #686C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C8E is #979371. Grayscale: #6E6E6E. Windows color (decimal): -9933682 or 9333864. OLE color: 9333864.
HSL color Cylindrical-coordinate representation of color #686C8E: hue angle of 233.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686C8E is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 108 | 142 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.44 |
| HSL | 233.68º | 0.15% | 0.48% | - |
| HSV(B) | 233.68º | 0.27% | 0.56% | - |
| XYZ | 15.95 | 15.62 | 27.77 | - |
| YUV | 110.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 142 | 0.27 | 0.24 | 0 | 0.44 | 233.68 | 0.15 | 0.48 |
| Hex | 68 | 6C | 8E | 1B | 18 | 0 | 2C | EA | F | 30 |
| Octal | 150 | 154 | 216 | 33 | 30 | 0 | 54 | 352 | 17 | 60 |
| Binary | 1101000 | 1101100 | 10001110 | 11011 | 11000 | 0 | 101100 | 11101010 | 1111 | 110000 |
Color Harmonies of #686C8E
Complementary color
Monochromatic Colors of #686C8E
Black with #686C8E
Text Example
Text Example
White with #686C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C8E; }
p { color: rgb(104,108,142); }
H1.HeaderClassName
{
color: #686C8E;
}
.AnyTagClassName
{
color: #686C8E;
}
</style>
background-color css
<style>
a { background-color: #686C8E; }
a { background-color: rgb(104,108,142); }
div.DivClassName
{
background-color: #686C8E;
}
.BgClassName
{
background-color: #686C8E;
}
</style>
border-color css
<style>
span { border-color: #686C8E; }
span { border-color: rgb(104,108,142); }
td.TdClassName
{
border-color: #686C8E;
}
.TagClassName
{
border-color: #686C8E;
}
</style>