Shades of Waikawa Grey #6D7093
Tints of Waikawa Grey #6D7093
RGB
CMYK
RGB Variations
Color information
#6D7093 (or 0x6D7093) is known color: Waikawa Grey. HEX triplet: 6D, 70 and 93. RGB value is (109,112,147). Sum of RGB (Red+Green+Blue) = 109+112+147=368 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.62% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D7093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7093 is #928F6C. Grayscale: #727272. Windows color (decimal): -9604973 or 9662573. OLE color: 9662573.
HSL color Cylindrical-coordinate representation of color #6D7093: hue angle of 235.26º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D7093 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 109 | 112 | 147 | - |
| CMYK | 0.26 | 0.24 | 0 | 0.42 |
| HSL | 235.26º | 0.15% | 0.5% | - |
| HSV(B) | 235.26º | 0.26% | 0.58% | - |
| XYZ | 17.37 | 16.95 | 29.96 | - |
| YUV | 115.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 147 | 0.26 | 0.24 | 0 | 0.42 | 235.26 | 0.15 | 0.5 |
| Hex | 6D | 70 | 93 | 1A | 18 | 0 | 2A | EB | F | 32 |
| Octal | 155 | 160 | 223 | 32 | 30 | 0 | 52 | 353 | 17 | 62 |
| Binary | 1101101 | 1110000 | 10010011 | 11010 | 11000 | 0 | 101010 | 11101011 | 1111 | 110010 |
Color Harmonies of #6D7093
Complementary color
Monochromatic Colors of #6D7093
Black with #6D7093
Text Example
Text Example
White with #6D7093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7093; }
p { color: rgb(109,112,147); }
H1.HeaderClassName
{
color: #6D7093;
}
.AnyTagClassName
{
color: #6D7093;
}
</style>
background-color css
<style>
a { background-color: #6D7093; }
a { background-color: rgb(109,112,147); }
div.DivClassName
{
background-color: #6D7093;
}
.BgClassName
{
background-color: #6D7093;
}
</style>
border-color css
<style>
span { border-color: #6D7093; }
span { border-color: rgb(109,112,147); }
td.TdClassName
{
border-color: #6D7093;
}
.TagClassName
{
border-color: #6D7093;
}
</style>