Shades of Waikawa Grey #686F94
Tints of Waikawa Grey #686F94
RGB
CMYK
RGB Variations
Color information
#686F94 (or 0x686F94) is known color: Waikawa Grey. HEX triplet: 68, 6F and 94. RGB value is (104,111,148). Sum of RGB (Red+Green+Blue) = 104+111+148=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 148 (58.20% from 255 or 40.77% from 363); Max value from RGB is 148 - color contains mainly: blue. Hex color #686F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F94 is #97906B. Grayscale: #707070. Windows color (decimal): -9932908 or 9727848. OLE color: 9727848.
HSL color Cylindrical-coordinate representation of color #686F94: hue angle of 230.45º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #686F94 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 111 | 148 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.42 |
| HSL | 230.45º | 0.17% | 0.49% | - |
| HSV(B) | 230.45º | 0.3% | 0.58% | - |
| XYZ | 16.74 | 16.45 | 30.31 | - |
| YUV | 113.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 148 | 0.30 | 0.25 | 0 | 0.42 | 230.45 | 0.17 | 0.49 |
| Hex | 68 | 6F | 94 | 1E | 19 | 0 | 2A | E6 | 11 | 31 |
| Octal | 150 | 157 | 224 | 36 | 31 | 0 | 52 | 346 | 21 | 61 |
| Binary | 1101000 | 1101111 | 10010100 | 11110 | 11001 | 0 | 101010 | 11100110 | 10001 | 110001 |
Color Harmonies of #686F94
Complementary color
Monochromatic Colors of #686F94
Black with #686F94
Text Example
Text Example
White with #686F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F94; }
p { color: rgb(104,111,148); }
H1.HeaderClassName
{
color: #686F94;
}
.AnyTagClassName
{
color: #686F94;
}
</style>
background-color css
<style>
a { background-color: #686F94; }
a { background-color: rgb(104,111,148); }
div.DivClassName
{
background-color: #686F94;
}
.BgClassName
{
background-color: #686F94;
}
</style>
border-color css
<style>
span { border-color: #686F94; }
span { border-color: rgb(104,111,148); }
td.TdClassName
{
border-color: #686F94;
}
.TagClassName
{
border-color: #686F94;
}
</style>