Shades of Waikawa Grey #676D8D
Tints of Waikawa Grey #676D8D
RGB
CMYK
RGB Variations
Color information
#676D8D (or 0x676D8D) is known color: Waikawa Grey. HEX triplet: 67, 6D and 8D. RGB value is (103,109,141). Sum of RGB (Red+Green+Blue) = 103+109+141=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 109 (42.97% from 255 or 30.88% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #676D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D8D is #989272. Grayscale: #6E6E6E. Windows color (decimal): -9998963 or 9268583. OLE color: 9268583.
HSL color Cylindrical-coordinate representation of color #676D8D: hue angle of 230.53º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676D8D is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 109 | 141 | - |
| CMYK | 0.27 | 0.23 | 0 | 0.45 |
| HSL | 230.53º | 0.16% | 0.48% | - |
| HSV(B) | 230.53º | 0.27% | 0.55% | - |
| XYZ | 15.87 | 15.74 | 27.4 | - |
| YUV | 110.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 141 | 0.27 | 0.23 | 0 | 0.45 | 230.53 | 0.16 | 0.48 |
| Hex | 67 | 6D | 8D | 1B | 17 | 0 | 2D | E7 | 10 | 30 |
| Octal | 147 | 155 | 215 | 33 | 27 | 0 | 55 | 347 | 20 | 60 |
| Binary | 1100111 | 1101101 | 10001101 | 11011 | 10111 | 0 | 101101 | 11100111 | 10000 | 110000 |
Color Harmonies of #676D8D
Complementary color
Monochromatic Colors of #676D8D
Black with #676D8D
Text Example
Text Example
White with #676D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D8D; }
p { color: rgb(103,109,141); }
H1.HeaderClassName
{
color: #676D8D;
}
.AnyTagClassName
{
color: #676D8D;
}
</style>
background-color css
<style>
a { background-color: #676D8D; }
a { background-color: rgb(103,109,141); }
div.DivClassName
{
background-color: #676D8D;
}
.BgClassName
{
background-color: #676D8D;
}
</style>
border-color css
<style>
span { border-color: #676D8D; }
span { border-color: rgb(103,109,141); }
td.TdClassName
{
border-color: #676D8D;
}
.TagClassName
{
border-color: #676D8D;
}
</style>