Shades of Waikawa Grey #676A8E
Tints of Waikawa Grey #676A8E
RGB
CMYK
RGB Variations
Color information
#676A8E (or 0x676A8E) is known color: Waikawa Grey. HEX triplet: 67, 6A and 8E. RGB value is (103,106,142). Sum of RGB (Red+Green+Blue) = 103+106+142=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 106 (41.80% from 255 or 30.20% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #676A8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676A8E is #989571. Grayscale: #6D6D6D. Windows color (decimal): -9999730 or 9333351. OLE color: 9333351.
HSL color Cylindrical-coordinate representation of color #676A8E: hue angle of 235.38º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #676A8E is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 106 | 142 | - |
| CMYK | 0.27 | 0.25 | 0 | 0.44 |
| HSL | 235.38º | 0.16% | 0.48% | - |
| HSV(B) | 235.38º | 0.27% | 0.56% | - |
| XYZ | 15.63 | 15.14 | 27.69 | - |
| YUV | 109.21 | 146.51 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 106 | 142 | 0.27 | 0.25 | 0 | 0.44 | 235.38 | 0.16 | 0.48 |
| Hex | 67 | 6A | 8E | 1B | 19 | 0 | 2C | EB | 10 | 30 |
| Octal | 147 | 152 | 216 | 33 | 31 | 0 | 54 | 353 | 20 | 60 |
| Binary | 1100111 | 1101010 | 10001110 | 11011 | 11001 | 0 | 101100 | 11101011 | 10000 | 110000 |
Color Harmonies of #676A8E
Complementary color
Monochromatic Colors of #676A8E
Black with #676A8E
Text Example
Text Example
White with #676A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676A8E; }
p { color: rgb(103,106,142); }
H1.HeaderClassName
{
color: #676A8E;
}
.AnyTagClassName
{
color: #676A8E;
}
</style>
background-color css
<style>
a { background-color: #676A8E; }
a { background-color: rgb(103,106,142); }
div.DivClassName
{
background-color: #676A8E;
}
.BgClassName
{
background-color: #676A8E;
}
</style>
border-color css
<style>
span { border-color: #676A8E; }
span { border-color: rgb(103,106,142); }
td.TdClassName
{
border-color: #676A8E;
}
.TagClassName
{
border-color: #676A8E;
}
</style>