Shades of Waikawa Grey #686F90
Tints of Waikawa Grey #686F90
RGB
CMYK
RGB Variations
Color information
#686F90 (or 0x686F90) is known color: Waikawa Grey. HEX triplet: 68, 6F and 90. RGB value is (104,111,144). Sum of RGB (Red+Green+Blue) = 104+111+144=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #686F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F90 is #97906F. Grayscale: #707070. Windows color (decimal): -9932912 or 9465704. OLE color: 9465704.
HSL color Cylindrical-coordinate representation of color #686F90: hue angle of 229.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #686F90 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 111 | 144 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.44 |
| HSL | 229.5º | 0.16% | 0.49% | - |
| HSV(B) | 229.5º | 0.28% | 0.56% | - |
| XYZ | 16.43 | 16.33 | 28.67 | - |
| YUV | 112.67 | 145.68 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 144 | 0.28 | 0.23 | 0 | 0.44 | 229.5 | 0.16 | 0.49 |
| Hex | 68 | 6F | 90 | 1C | 17 | 0 | 2C | E6 | 10 | 31 |
| Octal | 150 | 157 | 220 | 34 | 27 | 0 | 54 | 346 | 20 | 61 |
| Binary | 1101000 | 1101111 | 10010000 | 11100 | 10111 | 0 | 101100 | 11100110 | 10000 | 110001 |
Color Harmonies of #686F90
Complementary color
Monochromatic Colors of #686F90
Black with #686F90
Text Example
Text Example
White with #686F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F90; }
p { color: rgb(104,111,144); }
H1.HeaderClassName
{
color: #686F90;
}
.AnyTagClassName
{
color: #686F90;
}
</style>
background-color css
<style>
a { background-color: #686F90; }
a { background-color: rgb(104,111,144); }
div.DivClassName
{
background-color: #686F90;
}
.BgClassName
{
background-color: #686F90;
}
</style>
border-color css
<style>
span { border-color: #686F90; }
span { border-color: rgb(104,111,144); }
td.TdClassName
{
border-color: #686F90;
}
.TagClassName
{
border-color: #686F90;
}
</style>