Shades of Waikawa Grey #686D8A
Tints of Waikawa Grey #686D8A
RGB
CMYK
RGB Variations
Color information
#686D8A (or 0x686D8A) is known color: Waikawa Grey. HEX triplet: 68, 6D and 8A. RGB value is (104,109,138). Sum of RGB (Red+Green+Blue) = 104+109+138=351 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.63% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #686D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D8A is #979275. Grayscale: #6E6E6E. Windows color (decimal): -9933430 or 9071976. OLE color: 9071976.
HSL color Cylindrical-coordinate representation of color #686D8A: hue angle of 231.18º 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 #686D8A is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 109 | 138 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.46 |
| HSL | 231.18º | 0.14% | 0.47% | - |
| HSV(B) | 231.18º | 0.25% | 0.54% | - |
| XYZ | 15.77 | 15.72 | 26.25 | - |
| YUV | 110.81 | 143.34 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 138 | 0.25 | 0.21 | 0 | 0.46 | 231.18 | 0.14 | 0.47 |
| Hex | 68 | 6D | 8A | 19 | 15 | 0 | 2E | E7 | E | 2F |
| Octal | 150 | 155 | 212 | 31 | 25 | 0 | 56 | 347 | 16 | 57 |
| Binary | 1101000 | 1101101 | 10001010 | 11001 | 10101 | 0 | 101110 | 11100111 | 1110 | 101111 |
Color Harmonies of #686D8A
Complementary color
Monochromatic Colors of #686D8A
Black with #686D8A
Text Example
Text Example
White with #686D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D8A; }
p { color: rgb(104,109,138); }
H1.HeaderClassName
{
color: #686D8A;
}
.AnyTagClassName
{
color: #686D8A;
}
</style>
background-color css
<style>
a { background-color: #686D8A; }
a { background-color: rgb(104,109,138); }
div.DivClassName
{
background-color: #686D8A;
}
.BgClassName
{
background-color: #686D8A;
}
</style>
border-color css
<style>
span { border-color: #686D8A; }
span { border-color: rgb(104,109,138); }
td.TdClassName
{
border-color: #686D8A;
}
.TagClassName
{
border-color: #686D8A;
}
</style>