Shades of Waikawa Grey #686C8A
Tints of Waikawa Grey #686C8A
RGB
CMYK
RGB Variations
Color information
#686C8A (or 0x686C8A) is known color: Waikawa Grey. HEX triplet: 68, 6C and 8A. RGB value is (104,108,138). Sum of RGB (Red+Green+Blue) = 104+108+138=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #686C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C8A is #979375. Grayscale: #6E6E6E. Windows color (decimal): -9933686 or 9071720. OLE color: 9071720.
HSL color Cylindrical-coordinate representation of color #686C8A: hue angle of 232.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686C8A is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 108 | 138 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.46 |
| HSL | 232.94º | 0.14% | 0.47% | - |
| HSV(B) | 232.94º | 0.25% | 0.54% | - |
| XYZ | 15.66 | 15.5 | 26.21 | - |
| YUV | 110.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 138 | 0.25 | 0.22 | 0 | 0.46 | 232.94 | 0.14 | 0.47 |
| Hex | 68 | 6C | 8A | 19 | 16 | 0 | 2E | E9 | E | 2F |
| Octal | 150 | 154 | 212 | 31 | 26 | 0 | 56 | 351 | 16 | 57 |
| Binary | 1101000 | 1101100 | 10001010 | 11001 | 10110 | 0 | 101110 | 11101001 | 1110 | 101111 |
Color Harmonies of #686C8A
Complementary color
Monochromatic Colors of #686C8A
Black with #686C8A
Text Example
Text Example
White with #686C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C8A; }
p { color: rgb(104,108,138); }
H1.HeaderClassName
{
color: #686C8A;
}
.AnyTagClassName
{
color: #686C8A;
}
</style>
background-color css
<style>
a { background-color: #686C8A; }
a { background-color: rgb(104,108,138); }
div.DivClassName
{
background-color: #686C8A;
}
.BgClassName
{
background-color: #686C8A;
}
</style>
border-color css
<style>
span { border-color: #686C8A; }
span { border-color: rgb(104,108,138); }
td.TdClassName
{
border-color: #686C8A;
}
.TagClassName
{
border-color: #686C8A;
}
</style>