Shades of Waikawa Grey #686D93
Tints of Waikawa Grey #686D93
RGB
CMYK
RGB Variations
Color information
#686D93 (or 0x686D93) is known color: Waikawa Grey. HEX triplet: 68, 6D and 93. RGB value is (104,109,147). Sum of RGB (Red+Green+Blue) = 104+109+147=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #686D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D93 is #97926C. Grayscale: #6F6F6F. Windows color (decimal): -9933421 or 9661800. OLE color: 9661800.
HSL color Cylindrical-coordinate representation of color #686D93: hue angle of 233.02º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686D93 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 109 | 147 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.42 |
| HSL | 233.02º | 0.17% | 0.49% | - |
| HSV(B) | 233.02º | 0.29% | 0.58% | - |
| XYZ | 16.44 | 15.99 | 29.82 | - |
| YUV | 111.84 | 147.84 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 147 | 0.29 | 0.26 | 0 | 0.42 | 233.02 | 0.17 | 0.49 |
| Hex | 68 | 6D | 93 | 1D | 1A | 0 | 2A | E9 | 11 | 31 |
| Octal | 150 | 155 | 223 | 35 | 32 | 0 | 52 | 351 | 21 | 61 |
| Binary | 1101000 | 1101101 | 10010011 | 11101 | 11010 | 0 | 101010 | 11101001 | 10001 | 110001 |
Color Harmonies of #686D93
Complementary color
Monochromatic Colors of #686D93
Black with #686D93
Text Example
Text Example
White with #686D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D93; }
p { color: rgb(104,109,147); }
H1.HeaderClassName
{
color: #686D93;
}
.AnyTagClassName
{
color: #686D93;
}
</style>
background-color css
<style>
a { background-color: #686D93; }
a { background-color: rgb(104,109,147); }
div.DivClassName
{
background-color: #686D93;
}
.BgClassName
{
background-color: #686D93;
}
</style>
border-color css
<style>
span { border-color: #686D93; }
span { border-color: rgb(104,109,147); }
td.TdClassName
{
border-color: #686D93;
}
.TagClassName
{
border-color: #686D93;
}
</style>