Shades of Waikawa Grey #686C93
Tints of Waikawa Grey #686C93
RGB
CMYK
RGB Variations
Color information
#686C93 (or 0x686C93) is known color: Waikawa Grey. HEX triplet: 68, 6C and 93. RGB value is (104,108,147). Sum of RGB (Red+Green+Blue) = 104+108+147=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #686C93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686C93 is #97936C. Grayscale: #6F6F6F. Windows color (decimal): -9933677 or 9661544. OLE color: 9661544.
HSL color Cylindrical-coordinate representation of color #686C93: hue angle of 234.42º 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 #686C93 is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 108 | 147 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.42 |
| HSL | 234.42º | 0.17% | 0.49% | - |
| HSV(B) | 234.42º | 0.29% | 0.58% | - |
| XYZ | 16.34 | 15.77 | 29.79 | - |
| YUV | 111.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 147 | 0.29 | 0.27 | 0 | 0.42 | 234.42 | 0.17 | 0.49 |
| Hex | 68 | 6C | 93 | 1D | 1B | 0 | 2A | EA | 11 | 31 |
| Octal | 150 | 154 | 223 | 35 | 33 | 0 | 52 | 352 | 21 | 61 |
| Binary | 1101000 | 1101100 | 10010011 | 11101 | 11011 | 0 | 101010 | 11101010 | 10001 | 110001 |
Color Harmonies of #686C93
Complementary color
Monochromatic Colors of #686C93
Black with #686C93
Text Example
Text Example
White with #686C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C93; }
p { color: rgb(104,108,147); }
H1.HeaderClassName
{
color: #686C93;
}
.AnyTagClassName
{
color: #686C93;
}
</style>
background-color css
<style>
a { background-color: #686C93; }
a { background-color: rgb(104,108,147); }
div.DivClassName
{
background-color: #686C93;
}
.BgClassName
{
background-color: #686C93;
}
</style>
border-color css
<style>
span { border-color: #686C93; }
span { border-color: rgb(104,108,147); }
td.TdClassName
{
border-color: #686C93;
}
.TagClassName
{
border-color: #686C93;
}
</style>