Shades of Waikawa Grey #676B8D
Tints of Waikawa Grey #676B8D
RGB
CMYK
RGB Variations
Color information
#676B8D (or 0x676B8D) is known color: Waikawa Grey. HEX triplet: 67, 6B and 8D. RGB value is (103,107,141). Sum of RGB (Red+Green+Blue) = 103+107+141=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 141 (55.47% from 255 or 40.17% from 351); Max value from RGB is 141 - color contains mainly: blue. Hex color #676B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B8D is #989472. Grayscale: #6D6D6D. Windows color (decimal): -9999475 or 9268071. OLE color: 9268071.
HSL color Cylindrical-coordinate representation of color #676B8D: hue angle of 233.68º 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 #676B8D is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 107 | 141 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.45 |
| HSL | 233.68º | 0.16% | 0.48% | - |
| HSV(B) | 233.68º | 0.27% | 0.55% | - |
| XYZ | 15.66 | 15.32 | 27.33 | - |
| YUV | 109.68 | 145.67 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 141 | 0.27 | 0.24 | 0 | 0.45 | 233.68 | 0.16 | 0.48 |
| Hex | 67 | 6B | 8D | 1B | 18 | 0 | 2D | EA | 10 | 30 |
| Octal | 147 | 153 | 215 | 33 | 30 | 0 | 55 | 352 | 20 | 60 |
| Binary | 1100111 | 1101011 | 10001101 | 11011 | 11000 | 0 | 101101 | 11101010 | 10000 | 110000 |
Color Harmonies of #676B8D
Complementary color
Monochromatic Colors of #676B8D
Black with #676B8D
Text Example
Text Example
White with #676B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B8D; }
p { color: rgb(103,107,141); }
H1.HeaderClassName
{
color: #676B8D;
}
.AnyTagClassName
{
color: #676B8D;
}
</style>
background-color css
<style>
a { background-color: #676B8D; }
a { background-color: rgb(103,107,141); }
div.DivClassName
{
background-color: #676B8D;
}
.BgClassName
{
background-color: #676B8D;
}
</style>
border-color css
<style>
span { border-color: #676B8D; }
span { border-color: rgb(103,107,141); }
td.TdClassName
{
border-color: #676B8D;
}
.TagClassName
{
border-color: #676B8D;
}
</style>