Shades of Waikawa Grey #676D8A
Tints of Waikawa Grey #676D8A
RGB
CMYK
RGB Variations
Color information
#676D8A (or 0x676D8A) is known color: Waikawa Grey. HEX triplet: 67, 6D and 8A. RGB value is (103,109,138). Sum of RGB (Red+Green+Blue) = 103+109+138=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #676D8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D8A is #989275. Grayscale: #6E6E6E. Windows color (decimal): -9998966 or 9071975. OLE color: 9071975.
HSL color Cylindrical-coordinate representation of color #676D8A: hue angle of 229.71º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #676D8A is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 109 | 138 | - |
| CMYK | 0.25 | 0.21 | 0 | 0.46 |
| HSL | 229.71º | 0.15% | 0.47% | - |
| HSV(B) | 229.71º | 0.25% | 0.54% | - |
| XYZ | 15.65 | 15.66 | 26.24 | - |
| YUV | 110.51 | 143.51 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 138 | 0.25 | 0.21 | 0 | 0.46 | 229.71 | 0.15 | 0.47 |
| Hex | 67 | 6D | 8A | 19 | 15 | 0 | 2E | E6 | F | 2F |
| Octal | 147 | 155 | 212 | 31 | 25 | 0 | 56 | 346 | 17 | 57 |
| Binary | 1100111 | 1101101 | 10001010 | 11001 | 10101 | 0 | 101110 | 11100110 | 1111 | 101111 |
Color Harmonies of #676D8A
Complementary color
Monochromatic Colors of #676D8A
Black with #676D8A
Text Example
Text Example
White with #676D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D8A; }
p { color: rgb(103,109,138); }
H1.HeaderClassName
{
color: #676D8A;
}
.AnyTagClassName
{
color: #676D8A;
}
</style>
background-color css
<style>
a { background-color: #676D8A; }
a { background-color: rgb(103,109,138); }
div.DivClassName
{
background-color: #676D8A;
}
.BgClassName
{
background-color: #676D8A;
}
</style>
border-color css
<style>
span { border-color: #676D8A; }
span { border-color: rgb(103,109,138); }
td.TdClassName
{
border-color: #676D8A;
}
.TagClassName
{
border-color: #676D8A;
}
</style>