Shades of Waikawa Grey #676E8C
Tints of Waikawa Grey #676E8C
RGB
CMYK
RGB Variations
Color information
#676E8C (or 0x676E8C) is known color: Waikawa Grey. HEX triplet: 67, 6E and 8C. RGB value is (103,110,140). Sum of RGB (Red+Green+Blue) = 103+110+140=353 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.18% from 353); Green value is 110 (43.36% from 255 or 31.16% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #676E8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E8C is #989173. Grayscale: #6F6F6F. Windows color (decimal): -9998708 or 9203303. OLE color: 9203303.
HSL color Cylindrical-coordinate representation of color #676E8C: hue angle of 228.65º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #676E8C is Cyan = 0.26, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 110 | 140 | - |
| CMYK | 0.26 | 0.21 | 0 | 0.45 |
| HSL | 228.65º | 0.15% | 0.48% | - |
| HSV(B) | 228.65º | 0.26% | 0.55% | - |
| XYZ | 15.9 | 15.93 | 27.05 | - |
| YUV | 111.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 140 | 0.26 | 0.21 | 0 | 0.45 | 228.65 | 0.15 | 0.48 |
| Hex | 67 | 6E | 8C | 1A | 15 | 0 | 2D | E5 | F | 30 |
| Octal | 147 | 156 | 214 | 32 | 25 | 0 | 55 | 345 | 17 | 60 |
| Binary | 1100111 | 1101110 | 10001100 | 11010 | 10101 | 0 | 101101 | 11100101 | 1111 | 110000 |
Color Harmonies of #676E8C
Complementary color
Monochromatic Colors of #676E8C
Black with #676E8C
Text Example
Text Example
White with #676E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E8C; }
p { color: rgb(103,110,140); }
H1.HeaderClassName
{
color: #676E8C;
}
.AnyTagClassName
{
color: #676E8C;
}
</style>
background-color css
<style>
a { background-color: #676E8C; }
a { background-color: rgb(103,110,140); }
div.DivClassName
{
background-color: #676E8C;
}
.BgClassName
{
background-color: #676E8C;
}
</style>
border-color css
<style>
span { border-color: #676E8C; }
span { border-color: rgb(103,110,140); }
td.TdClassName
{
border-color: #676E8C;
}
.TagClassName
{
border-color: #676E8C;
}
</style>