Shades of Waikawa Grey #6A6E95
Tints of Waikawa Grey #6A6E95
RGB
CMYK
RGB Variations
Color information
#6A6E95 (or 0x6A6E95) is known color: Waikawa Grey. HEX triplet: 6A, 6E and 95. RGB value is (106,110,149). Sum of RGB (Red+Green+Blue) = 106+110+149=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A6E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6E95 is #95916A. Grayscale: #717171. Windows color (decimal): -9802091 or 9793130. OLE color: 9793130.
HSL color Cylindrical-coordinate representation of color #6A6E95: hue angle of 234.42º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A6E95 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 110 | 149 | - |
| CMYK | 0.29 | 0.26 | 0 | 0.42 |
| HSL | 234.42º | 0.17% | 0.5% | - |
| HSV(B) | 234.42º | 0.29% | 0.58% | - |
| XYZ | 16.94 | 16.39 | 30.7 | - |
| YUV | 113.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 149 | 0.29 | 0.26 | 0 | 0.42 | 234.42 | 0.17 | 0.5 |
| Hex | 6A | 6E | 95 | 1D | 1A | 0 | 2A | EA | 11 | 32 |
| Octal | 152 | 156 | 225 | 35 | 32 | 0 | 52 | 352 | 21 | 62 |
| Binary | 1101010 | 1101110 | 10010101 | 11101 | 11010 | 0 | 101010 | 11101010 | 10001 | 110010 |
Color Harmonies of #6A6E95
Complementary color
Monochromatic Colors of #6A6E95
Black with #6A6E95
Text Example
Text Example
White with #6A6E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E95; }
p { color: rgb(106,110,149); }
H1.HeaderClassName
{
color: #6A6E95;
}
.AnyTagClassName
{
color: #6A6E95;
}
</style>
background-color css
<style>
a { background-color: #6A6E95; }
a { background-color: rgb(106,110,149); }
div.DivClassName
{
background-color: #6A6E95;
}
.BgClassName
{
background-color: #6A6E95;
}
</style>
border-color css
<style>
span { border-color: #6A6E95; }
span { border-color: rgb(106,110,149); }
td.TdClassName
{
border-color: #6A6E95;
}
.TagClassName
{
border-color: #6A6E95;
}
</style>