Shades of Waikawa Grey #6A748F
Tints of Waikawa Grey #6A748F
RGB
CMYK
RGB Variations
Color information
#6A748F (or 0x6A748F) is known color: Waikawa Grey. HEX triplet: 6A, 74 and 8F. RGB value is (106,116,143). Sum of RGB (Red+Green+Blue) = 106+116+143=365 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.04% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 143 - color contains mainly: blue. Hex color #6A748F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A748F is #958B70. Grayscale: #737373. Windows color (decimal): -9800561 or 9401450. OLE color: 9401450.
HSL color Cylindrical-coordinate representation of color #6A748F: hue angle of 223.78º 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 #6A748F is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 106 | 116 | 143 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.44 |
| HSL | 223.78º | 0.15% | 0.49% | - |
| HSV(B) | 223.78º | 0.26% | 0.56% | - |
| XYZ | 17.15 | 17.54 | 28.47 | - |
| YUV | 116.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 143 | 0.26 | 0.19 | 0 | 0.44 | 223.78 | 0.15 | 0.49 |
| Hex | 6A | 74 | 8F | 1A | 13 | 0 | 2C | E0 | F | 31 |
| Octal | 152 | 164 | 217 | 32 | 23 | 0 | 54 | 340 | 17 | 61 |
| Binary | 1101010 | 1110100 | 10001111 | 11010 | 10011 | 0 | 101100 | 11100000 | 1111 | 110001 |
Color Harmonies of #6A748F
Complementary color
Monochromatic Colors of #6A748F
Black with #6A748F
Text Example
Text Example
White with #6A748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A748F; }
p { color: rgb(106,116,143); }
H1.HeaderClassName
{
color: #6A748F;
}
.AnyTagClassName
{
color: #6A748F;
}
</style>
background-color css
<style>
a { background-color: #6A748F; }
a { background-color: rgb(106,116,143); }
div.DivClassName
{
background-color: #6A748F;
}
.BgClassName
{
background-color: #6A748F;
}
</style>
border-color css
<style>
span { border-color: #6A748F; }
span { border-color: rgb(106,116,143); }
td.TdClassName
{
border-color: #6A748F;
}
.TagClassName
{
border-color: #6A748F;
}
</style>