Shades of Waikawa Grey #6B7695
Tints of Waikawa Grey #6B7695
RGB
CMYK
RGB Variations
Color information
#6B7695 (or 0x6B7695) is known color: Waikawa Grey. HEX triplet: 6B, 76 and 95. RGB value is (107,118,149). Sum of RGB (Red+Green+Blue) = 107+118+149=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B7695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7695 is #94896A. Grayscale: #767676. Windows color (decimal): -9734507 or 9795179. OLE color: 9795179.
HSL color Cylindrical-coordinate representation of color #6B7695: hue angle of 224.29º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B7695 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 118 | 149 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.42 |
| HSL | 224.29º | 0.17% | 0.5% | - |
| HSV(B) | 224.29º | 0.28% | 0.58% | - |
| XYZ | 17.97 | 18.25 | 31.01 | - |
| YUV | 118.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 118 | 149 | 0.28 | 0.21 | 0 | 0.42 | 224.29 | 0.17 | 0.5 |
| Hex | 6B | 76 | 95 | 1C | 15 | 0 | 2A | E0 | 11 | 32 |
| Octal | 153 | 166 | 225 | 34 | 25 | 0 | 52 | 340 | 21 | 62 |
| Binary | 1101011 | 1110110 | 10010101 | 11100 | 10101 | 0 | 101010 | 11100000 | 10001 | 110010 |
Color Harmonies of #6B7695
Complementary color
Monochromatic Colors of #6B7695
Black with #6B7695
Text Example
Text Example
White with #6B7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7695; }
p { color: rgb(107,118,149); }
H1.HeaderClassName
{
color: #6B7695;
}
.AnyTagClassName
{
color: #6B7695;
}
</style>
background-color css
<style>
a { background-color: #6B7695; }
a { background-color: rgb(107,118,149); }
div.DivClassName
{
background-color: #6B7695;
}
.BgClassName
{
background-color: #6B7695;
}
</style>
border-color css
<style>
span { border-color: #6B7695; }
span { border-color: rgb(107,118,149); }
td.TdClassName
{
border-color: #6B7695;
}
.TagClassName
{
border-color: #6B7695;
}
</style>