Shades of Waikawa Grey #6B7697
Tints of Waikawa Grey #6B7697
RGB
CMYK
RGB Variations
Color information
#6B7697 (or 0x6B7697) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 97. RGB value is (107,118,151). Sum of RGB (Red+Green+Blue) = 107+118+151=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #6B7697 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7697 is #948968. Grayscale: #767676. Windows color (decimal): -9734505 or 9926251. OLE color: 9926251.
HSL color Cylindrical-coordinate representation of color #6B7697: hue angle of 225º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B7697 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 118 | 151 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.41 |
| HSL | 225º | 0.17% | 0.51% | - |
| HSV(B) | 225º | 0.29% | 0.59% | - |
| XYZ | 18.13 | 18.32 | 31.86 | - |
| YUV | 118.47 | 146.36 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 151 | 0.29 | 0.22 | 0 | 0.41 | 225 | 0.17 | 0.51 |
| Hex | 6B | 76 | 97 | 1D | 16 | 0 | 29 | E1 | 11 | 33 |
| Octal | 153 | 166 | 227 | 35 | 26 | 0 | 51 | 341 | 21 | 63 |
| Binary | 1101011 | 1110110 | 10010111 | 11101 | 10110 | 0 | 101001 | 11100001 | 10001 | 110011 |
Color Harmonies of #6B7697
Complementary color
Monochromatic Colors of #6B7697
Black with #6B7697
Text Example
Text Example
White with #6B7697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7697; }
p { color: rgb(107,118,151); }
H1.HeaderClassName
{
color: #6B7697;
}
.AnyTagClassName
{
color: #6B7697;
}
</style>
background-color css
<style>
a { background-color: #6B7697; }
a { background-color: rgb(107,118,151); }
div.DivClassName
{
background-color: #6B7697;
}
.BgClassName
{
background-color: #6B7697;
}
</style>
border-color css
<style>
span { border-color: #6B7697; }
span { border-color: rgb(107,118,151); }
td.TdClassName
{
border-color: #6B7697;
}
.TagClassName
{
border-color: #6B7697;
}
</style>