Shades of Waikawa Grey #676B90
Tints of Waikawa Grey #676B90
RGB
CMYK
RGB Variations
Color information
#676B90 (or 0x676B90) is known color: Waikawa Grey. HEX triplet: 67, 6B and 90. RGB value is (103,107,144). Sum of RGB (Red+Green+Blue) = 103+107+144=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 107 (42.19% from 255 or 30.23% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #676B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B90 is #98946F. Grayscale: #6D6D6D. Windows color (decimal): -9999472 or 9464679. OLE color: 9464679.
HSL color Cylindrical-coordinate representation of color #676B90: hue angle of 234.15º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #676B90 is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 107 | 144 | - |
| CMYK | 0.28 | 0.26 | 0 | 0.44 |
| HSL | 234.15º | 0.17% | 0.48% | - |
| HSV(B) | 234.15º | 0.28% | 0.56% | - |
| XYZ | 15.89 | 15.41 | 28.52 | - |
| YUV | 110.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 144 | 0.28 | 0.26 | 0 | 0.44 | 234.15 | 0.17 | 0.48 |
| Hex | 67 | 6B | 90 | 1C | 1A | 0 | 2C | EA | 11 | 30 |
| Octal | 147 | 153 | 220 | 34 | 32 | 0 | 54 | 352 | 21 | 60 |
| Binary | 1100111 | 1101011 | 10010000 | 11100 | 11010 | 0 | 101100 | 11101010 | 10001 | 110000 |
Color Harmonies of #676B90
Complementary color
Monochromatic Colors of #676B90
Black with #676B90
Text Example
Text Example
White with #676B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B90; }
p { color: rgb(103,107,144); }
H1.HeaderClassName
{
color: #676B90;
}
.AnyTagClassName
{
color: #676B90;
}
</style>
background-color css
<style>
a { background-color: #676B90; }
a { background-color: rgb(103,107,144); }
div.DivClassName
{
background-color: #676B90;
}
.BgClassName
{
background-color: #676B90;
}
</style>
border-color css
<style>
span { border-color: #676B90; }
span { border-color: rgb(103,107,144); }
td.TdClassName
{
border-color: #676B90;
}
.TagClassName
{
border-color: #676B90;
}
</style>