Shades of Waikawa Grey #6B7696
Tints of Waikawa Grey #6B7696
RGB
CMYK
RGB Variations
Color information
#6B7696 (or 0x6B7696) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 96. RGB value is (107,118,150). Sum of RGB (Red+Green+Blue) = 107+118+150=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B7696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7696 is #948969. Grayscale: #767676. Windows color (decimal): -9734506 or 9860715. OLE color: 9860715.
HSL color Cylindrical-coordinate representation of color #6B7696: hue angle of 224.65º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7696 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 118 | 150 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.41 |
| HSL | 224.65º | 0.17% | 0.5% | - |
| HSV(B) | 224.65º | 0.29% | 0.59% | - |
| XYZ | 18.05 | 18.28 | 31.43 | - |
| YUV | 118.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 150 | 0.29 | 0.21 | 0 | 0.41 | 224.65 | 0.17 | 0.5 |
| Hex | 6B | 76 | 96 | 1D | 15 | 0 | 29 | E1 | 11 | 32 |
| Octal | 153 | 166 | 226 | 35 | 25 | 0 | 51 | 341 | 21 | 62 |
| Binary | 1101011 | 1110110 | 10010110 | 11101 | 10101 | 0 | 101001 | 11100001 | 10001 | 110010 |
Color Harmonies of #6B7696
Complementary color
Monochromatic Colors of #6B7696
Black with #6B7696
Text Example
Text Example
White with #6B7696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7696; }
p { color: rgb(107,118,150); }
H1.HeaderClassName
{
color: #6B7696;
}
.AnyTagClassName
{
color: #6B7696;
}
</style>
background-color css
<style>
a { background-color: #6B7696; }
a { background-color: rgb(107,118,150); }
div.DivClassName
{
background-color: #6B7696;
}
.BgClassName
{
background-color: #6B7696;
}
</style>
border-color css
<style>
span { border-color: #6B7696; }
span { border-color: rgb(107,118,150); }
td.TdClassName
{
border-color: #6B7696;
}
.TagClassName
{
border-color: #6B7696;
}
</style>