Shades of Waikawa Grey #6B7199
Tints of Waikawa Grey #6B7199
RGB
CMYK
RGB Variations
Color information
#6B7199 (or 0x6B7199) is known color: Waikawa Grey. HEX triplet: 6B, 71 and 99. RGB value is (107,113,153). Sum of RGB (Red+Green+Blue) = 107+113+153=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 153 (60.16% from 255 or 41.02% from 373); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B7199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7199 is #948E66. Grayscale: #737373. Windows color (decimal): -9735783 or 10056043. OLE color: 10056043.
HSL color Cylindrical-coordinate representation of color #6B7199: hue angle of 232.17º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B7199 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 113 | 153 | - |
| CMYK | 0.30 | 0.26 | 0 | 0.4 |
| HSL | 232.17º | 0.18% | 0.51% | - |
| HSV(B) | 232.17º | 0.3% | 0.6% | - |
| XYZ | 17.72 | 17.24 | 32.53 | - |
| YUV | 115.77 | 149.01 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 153 | 0.30 | 0.26 | 0 | 0.4 | 232.17 | 0.18 | 0.51 |
| Hex | 6B | 71 | 99 | 1E | 1A | 0 | 28 | E8 | 12 | 33 |
| Octal | 153 | 161 | 231 | 36 | 32 | 0 | 50 | 350 | 22 | 63 |
| Binary | 1101011 | 1110001 | 10011001 | 11110 | 11010 | 0 | 101000 | 11101000 | 10010 | 110011 |
Color Harmonies of #6B7199
Complementary color
Monochromatic Colors of #6B7199
Black with #6B7199
Text Example
Text Example
White with #6B7199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7199; }
p { color: rgb(107,113,153); }
H1.HeaderClassName
{
color: #6B7199;
}
.AnyTagClassName
{
color: #6B7199;
}
</style>
background-color css
<style>
a { background-color: #6B7199; }
a { background-color: rgb(107,113,153); }
div.DivClassName
{
background-color: #6B7199;
}
.BgClassName
{
background-color: #6B7199;
}
</style>
border-color css
<style>
span { border-color: #6B7199; }
span { border-color: rgb(107,113,153); }
td.TdClassName
{
border-color: #6B7199;
}
.TagClassName
{
border-color: #6B7199;
}
</style>