Shades of Waikawa Grey #676B8A
Tints of Waikawa Grey #676B8A
RGB
CMYK
RGB Variations
Color information
#676B8A (or 0x676B8A) is known color: Waikawa Grey. HEX triplet: 67, 6B and 8A. RGB value is (103,107,138). Sum of RGB (Red+Green+Blue) = 103+107+138=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 107 (42.19% from 255 or 30.75% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 138 - color contains mainly: blue. Hex color #676B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676B8A is #989475. Grayscale: #6D6D6D. Windows color (decimal): -9999478 or 9071463. OLE color: 9071463.
HSL color Cylindrical-coordinate representation of color #676B8A: hue angle of 233.14º 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 #676B8A is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 107 | 138 | - |
| CMYK | 0.25 | 0.22 | 0 | 0.46 |
| HSL | 233.14º | 0.15% | 0.47% | - |
| HSV(B) | 233.14º | 0.25% | 0.54% | - |
| XYZ | 15.44 | 15.23 | 26.17 | - |
| YUV | 109.34 | 144.17 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 107 | 138 | 0.25 | 0.22 | 0 | 0.46 | 233.14 | 0.15 | 0.47 |
| Hex | 67 | 6B | 8A | 19 | 16 | 0 | 2E | E9 | F | 2F |
| Octal | 147 | 153 | 212 | 31 | 26 | 0 | 56 | 351 | 17 | 57 |
| Binary | 1100111 | 1101011 | 10001010 | 11001 | 10110 | 0 | 101110 | 11101001 | 1111 | 101111 |
Color Harmonies of #676B8A
Complementary color
Monochromatic Colors of #676B8A
Black with #676B8A
Text Example
Text Example
White with #676B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676B8A; }
p { color: rgb(103,107,138); }
H1.HeaderClassName
{
color: #676B8A;
}
.AnyTagClassName
{
color: #676B8A;
}
</style>
background-color css
<style>
a { background-color: #676B8A; }
a { background-color: rgb(103,107,138); }
div.DivClassName
{
background-color: #676B8A;
}
.BgClassName
{
background-color: #676B8A;
}
</style>
border-color css
<style>
span { border-color: #676B8A; }
span { border-color: rgb(103,107,138); }
td.TdClassName
{
border-color: #676B8A;
}
.TagClassName
{
border-color: #676B8A;
}
</style>