Shades of Waikawa Grey #676B98
Tints of Waikawa Grey #676B98
RGB
CMYK
RGB Variations
Color information
#676B98 (or 0x676B98) is known color: Waikawa Grey. HEX triplet: 67, 6B and 98. RGB value is (103,107,152). Sum of RGB (Red+Green+Blue) = 103+107+152=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 152 (59.77% from 255 or 41.99% from 362); Max value from RGB is 152 - color contains mainly: blue. Hex color #676B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B98 is #989467. Grayscale: #6E6E6E. Windows color (decimal): -9999464 or 9988967. OLE color: 9988967.
HSL color Cylindrical-coordinate representation of color #676B98: hue angle of 235.1º 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 #676B98 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 107 | 152 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.40 |
| HSL | 235.1º | 0.19% | 0.5% | - |
| HSV(B) | 235.1º | 0.32% | 0.6% | - |
| XYZ | 16.52 | 15.67 | 31.86 | - |
| YUV | 110.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 152 | 0.32 | 0.30 | 0 | 0.40 | 235.1 | 0.19 | 0.5 |
| Hex | 67 | 6B | 98 | 20 | 1E | 0 | 28 | EB | 13 | 32 |
| Octal | 147 | 153 | 230 | 40 | 36 | 0 | 50 | 353 | 23 | 62 |
| Binary | 1100111 | 1101011 | 10011000 | 100000 | 11110 | 0 | 101000 | 11101011 | 10011 | 110010 |
Color Harmonies of #676B98
Complementary color
Monochromatic Colors of #676B98
Black with #676B98
Text Example
Text Example
White with #676B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B98; }
p { color: rgb(103,107,152); }
H1.HeaderClassName
{
color: #676B98;
}
.AnyTagClassName
{
color: #676B98;
}
</style>
background-color css
<style>
a { background-color: #676B98; }
a { background-color: rgb(103,107,152); }
div.DivClassName
{
background-color: #676B98;
}
.BgClassName
{
background-color: #676B98;
}
</style>
border-color css
<style>
span { border-color: #676B98; }
span { border-color: rgb(103,107,152); }
td.TdClassName
{
border-color: #676B98;
}
.TagClassName
{
border-color: #676B98;
}
</style>