Shades of Waikawa Grey #69728C
Tints of Waikawa Grey #69728C
RGB
CMYK
RGB Variations
Color information
#69728C (or 0x69728C) is known color: Waikawa Grey. HEX triplet: 69, 72 and 8C. RGB value is (105,114,140). Sum of RGB (Red+Green+Blue) = 105+114+140=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 114 (44.92% from 255 or 31.75% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #69728C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69728C is #968D73. Grayscale: #727272. Windows color (decimal): -9866612 or 9204329. OLE color: 9204329.
HSL color Cylindrical-coordinate representation of color #69728C: hue angle of 224.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #69728C is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 114 | 140 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.45 |
| HSL | 224.57º | 0.14% | 0.48% | - |
| HSV(B) | 224.57º | 0.25% | 0.55% | - |
| XYZ | 16.58 | 16.93 | 27.21 | - |
| YUV | 114.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 140 | 0.25 | 0.19 | 0 | 0.45 | 224.57 | 0.14 | 0.48 |
| Hex | 69 | 72 | 8C | 19 | 13 | 0 | 2D | E1 | E | 30 |
| Octal | 151 | 162 | 214 | 31 | 23 | 0 | 55 | 341 | 16 | 60 |
| Binary | 1101001 | 1110010 | 10001100 | 11001 | 10011 | 0 | 101101 | 11100001 | 1110 | 110000 |
Color Harmonies of #69728C
Complementary color
Monochromatic Colors of #69728C
Black with #69728C
Text Example
Text Example
White with #69728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69728C; }
p { color: rgb(105,114,140); }
H1.HeaderClassName
{
color: #69728C;
}
.AnyTagClassName
{
color: #69728C;
}
</style>
background-color css
<style>
a { background-color: #69728C; }
a { background-color: rgb(105,114,140); }
div.DivClassName
{
background-color: #69728C;
}
.BgClassName
{
background-color: #69728C;
}
</style>
border-color css
<style>
span { border-color: #69728C; }
span { border-color: rgb(105,114,140); }
td.TdClassName
{
border-color: #69728C;
}
.TagClassName
{
border-color: #69728C;
}
</style>