Shades of Waikawa Grey #6A7795
Tints of Waikawa Grey #6A7795
RGB
CMYK
RGB Variations
Color information
#6A7795 (or 0x6A7795) is known color: Waikawa Grey. HEX triplet: 6A, 77 and 95. RGB value is (106,119,149). Sum of RGB (Red+Green+Blue) = 106+119+149=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 119 (46.88% from 255 or 31.82% 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 #6A7795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A7795 is #95886A. Grayscale: #767676. Windows color (decimal): -9799787 or 9795434. OLE color: 9795434.
HSL color Cylindrical-coordinate representation of color #6A7795: hue angle of 221.86º 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 #6A7795 is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 119 | 149 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.42 |
| HSL | 221.86º | 0.17% | 0.5% | - |
| HSV(B) | 221.86º | 0.29% | 0.58% | - |
| XYZ | 17.97 | 18.43 | 31.04 | - |
| YUV | 118.53 | 145.19 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 119 | 149 | 0.29 | 0.20 | 0 | 0.42 | 221.86 | 0.17 | 0.5 |
| Hex | 6A | 77 | 95 | 1D | 14 | 0 | 2A | DE | 11 | 32 |
| Octal | 152 | 167 | 225 | 35 | 24 | 0 | 52 | 336 | 21 | 62 |
| Binary | 1101010 | 1110111 | 10010101 | 11101 | 10100 | 0 | 101010 | 11011110 | 10001 | 110010 |
Color Harmonies of #6A7795
Complementary color
Monochromatic Colors of #6A7795
Black with #6A7795
Text Example
Text Example
White with #6A7795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7795; }
p { color: rgb(106,119,149); }
H1.HeaderClassName
{
color: #6A7795;
}
.AnyTagClassName
{
color: #6A7795;
}
</style>
background-color css
<style>
a { background-color: #6A7795; }
a { background-color: rgb(106,119,149); }
div.DivClassName
{
background-color: #6A7795;
}
.BgClassName
{
background-color: #6A7795;
}
</style>
border-color css
<style>
span { border-color: #6A7795; }
span { border-color: rgb(106,119,149); }
td.TdClassName
{
border-color: #6A7795;
}
.TagClassName
{
border-color: #6A7795;
}
</style>