Shades of Waikawa Grey #676D98
Tints of Waikawa Grey #676D98
RGB
CMYK
RGB Variations
Color information
#676D98 (or 0x676D98) is known color: Waikawa Grey. HEX triplet: 67, 6D and 98. RGB value is (103,109,152). Sum of RGB (Red+Green+Blue) = 103+109+152=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 109 (42.97% from 255 or 29.95% from 364); Blue value is 152 (59.77% from 255 or 41.76% from 364); Max value from RGB is 152 - color contains mainly: blue. Hex color #676D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D98 is #989267. Grayscale: #6F6F6F. Windows color (decimal): -9998952 or 9989479. OLE color: 9989479.
HSL color Cylindrical-coordinate representation of color #676D98: hue angle of 232.65º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #676D98 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 109 | 152 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.40 |
| HSL | 232.65º | 0.19% | 0.5% | - |
| HSV(B) | 232.65º | 0.32% | 0.6% | - |
| XYZ | 16.73 | 16.09 | 31.93 | - |
| YUV | 112.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 109 | 152 | 0.32 | 0.28 | 0 | 0.40 | 232.65 | 0.19 | 0.5 |
| Hex | 67 | 6D | 98 | 20 | 1C | 0 | 28 | E9 | 13 | 32 |
| Octal | 147 | 155 | 230 | 40 | 34 | 0 | 50 | 351 | 23 | 62 |
| Binary | 1100111 | 1101101 | 10011000 | 100000 | 11100 | 0 | 101000 | 11101001 | 10011 | 110010 |
Color Harmonies of #676D98
Complementary color
Monochromatic Colors of #676D98
Black with #676D98
Text Example
Text Example
White with #676D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676D98; }
p { color: rgb(103,109,152); }
H1.HeaderClassName
{
color: #676D98;
}
.AnyTagClassName
{
color: #676D98;
}
</style>
background-color css
<style>
a { background-color: #676D98; }
a { background-color: rgb(103,109,152); }
div.DivClassName
{
background-color: #676D98;
}
.BgClassName
{
background-color: #676D98;
}
</style>
border-color css
<style>
span { border-color: #676D98; }
span { border-color: rgb(103,109,152); }
td.TdClassName
{
border-color: #676D98;
}
.TagClassName
{
border-color: #676D98;
}
</style>