Shades of Waikawa Grey #6A728F
Tints of Waikawa Grey #6A728F
RGB
CMYK
RGB Variations
Color information
#6A728F (or 0x6A728F) is known color: Waikawa Grey. HEX triplet: 6A, 72 and 8F. RGB value is (106,114,143). Sum of RGB (Red+Green+Blue) = 106+114+143=363 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.20% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A728F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A728F is #958D70. Grayscale: #727272. Windows color (decimal): -9801073 or 9400938. OLE color: 9400938.
HSL color Cylindrical-coordinate representation of color #6A728F: hue angle of 227.03º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A728F is Cyan = 0.26, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 114 | 143 | - |
| CMYK | 0.26 | 0.20 | 0 | 0.44 |
| HSL | 227.03º | 0.15% | 0.49% | - |
| HSV(B) | 227.03º | 0.26% | 0.56% | - |
| XYZ | 16.92 | 17.08 | 28.39 | - |
| YUV | 114.91 | 143.85 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 143 | 0.26 | 0.20 | 0 | 0.44 | 227.03 | 0.15 | 0.49 |
| Hex | 6A | 72 | 8F | 1A | 14 | 0 | 2C | E3 | F | 31 |
| Octal | 152 | 162 | 217 | 32 | 24 | 0 | 54 | 343 | 17 | 61 |
| Binary | 1101010 | 1110010 | 10001111 | 11010 | 10100 | 0 | 101100 | 11100011 | 1111 | 110001 |
Color Harmonies of #6A728F
Complementary color
Monochromatic Colors of #6A728F
Black with #6A728F
Text Example
Text Example
White with #6A728F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A728F; }
p { color: rgb(106,114,143); }
H1.HeaderClassName
{
color: #6A728F;
}
.AnyTagClassName
{
color: #6A728F;
}
</style>
background-color css
<style>
a { background-color: #6A728F; }
a { background-color: rgb(106,114,143); }
div.DivClassName
{
background-color: #6A728F;
}
.BgClassName
{
background-color: #6A728F;
}
</style>
border-color css
<style>
span { border-color: #6A728F; }
span { border-color: rgb(106,114,143); }
td.TdClassName
{
border-color: #6A728F;
}
.TagClassName
{
border-color: #6A728F;
}
</style>