Shades of Waikawa Grey #686F92
Tints of Waikawa Grey #686F92
RGB
CMYK
RGB Variations
Color information
#686F92 (or 0x686F92) is known color: Waikawa Grey. HEX triplet: 68, 6F and 92. RGB value is (104,111,146). Sum of RGB (Red+Green+Blue) = 104+111+146=361 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.81% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #686F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F92 is #97906D. Grayscale: #707070. Windows color (decimal): -9932910 or 9596776. OLE color: 9596776.
HSL color Cylindrical-coordinate representation of color #686F92: hue angle of 230º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #686F92 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 111 | 146 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.43 |
| HSL | 230º | 0.17% | 0.49% | - |
| HSV(B) | 230º | 0.29% | 0.57% | - |
| XYZ | 16.58 | 16.39 | 29.48 | - |
| YUV | 112.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 146 | 0.29 | 0.24 | 0 | 0.43 | 230 | 0.17 | 0.49 |
| Hex | 68 | 6F | 92 | 1D | 18 | 0 | 2B | E6 | 11 | 31 |
| Octal | 150 | 157 | 222 | 35 | 30 | 0 | 53 | 346 | 21 | 61 |
| Binary | 1101000 | 1101111 | 10010010 | 11101 | 11000 | 0 | 101011 | 11100110 | 10001 | 110001 |
Color Harmonies of #686F92
Complementary color
Monochromatic Colors of #686F92
Black with #686F92
Text Example
Text Example
White with #686F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F92; }
p { color: rgb(104,111,146); }
H1.HeaderClassName
{
color: #686F92;
}
.AnyTagClassName
{
color: #686F92;
}
</style>
background-color css
<style>
a { background-color: #686F92; }
a { background-color: rgb(104,111,146); }
div.DivClassName
{
background-color: #686F92;
}
.BgClassName
{
background-color: #686F92;
}
</style>
border-color css
<style>
span { border-color: #686F92; }
span { border-color: rgb(104,111,146); }
td.TdClassName
{
border-color: #686F92;
}
.TagClassName
{
border-color: #686F92;
}
</style>