Shades of Waikawa Grey #69728D
Tints of Waikawa Grey #69728D
RGB
CMYK
RGB Variations
Color information
#69728D (or 0x69728D) is known color: Waikawa Grey. HEX triplet: 69, 72 and 8D. RGB value is (105,114,141). Sum of RGB (Red+Green+Blue) = 105+114+141=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #69728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728D is #968D72. Grayscale: #727272. Windows color (decimal): -9866611 or 9269865. OLE color: 9269865.
HSL color Cylindrical-coordinate representation of color #69728D: hue angle of 225º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69728D is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 114 | 141 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.45 |
| HSL | 225º | 0.15% | 0.48% | - |
| HSV(B) | 225º | 0.26% | 0.55% | - |
| XYZ | 16.65 | 16.96 | 27.6 | - |
| YUV | 114.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 141 | 0.26 | 0.19 | 0 | 0.45 | 225 | 0.15 | 0.48 |
| Hex | 69 | 72 | 8D | 1A | 13 | 0 | 2D | E1 | F | 30 |
| Octal | 151 | 162 | 215 | 32 | 23 | 0 | 55 | 341 | 17 | 60 |
| Binary | 1101001 | 1110010 | 10001101 | 11010 | 10011 | 0 | 101101 | 11100001 | 1111 | 110000 |
Color Harmonies of #69728D
Complementary color
Monochromatic Colors of #69728D
Black with #69728D
Text Example
Text Example
White with #69728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69728D; }
p { color: rgb(105,114,141); }
H1.HeaderClassName
{
color: #69728D;
}
.AnyTagClassName
{
color: #69728D;
}
</style>
background-color css
<style>
a { background-color: #69728D; }
a { background-color: rgb(105,114,141); }
div.DivClassName
{
background-color: #69728D;
}
.BgClassName
{
background-color: #69728D;
}
</style>
border-color css
<style>
span { border-color: #69728D; }
span { border-color: rgb(105,114,141); }
td.TdClassName
{
border-color: #69728D;
}
.TagClassName
{
border-color: #69728D;
}
</style>