Shades of Waikawa Grey #6A789A
Tints of Waikawa Grey #6A789A
RGB
CMYK
RGB Variations
Color information
#6A789A (or 0x6A789A) is known color: Waikawa Grey. HEX triplet: 6A, 78 and 9A. RGB value is (106,120,154). Sum of RGB (Red+Green+Blue) = 106+120+154=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 120 (47.27% from 255 or 31.58% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A789A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A789A is #958765. Grayscale: #777777. Windows color (decimal): -9799526 or 10123370. OLE color: 10123370.
HSL color Cylindrical-coordinate representation of color #6A789A: hue angle of 222.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A789A is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 120 | 154 | - |
| CMYK | 0.31 | 0.22 | 0 | 0.40 |
| HSL | 222.5º | 0.19% | 0.51% | - |
| HSV(B) | 222.5º | 0.31% | 0.6% | - |
| XYZ | 18.49 | 18.83 | 33.23 | - |
| YUV | 119.69 | 147.36 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 154 | 0.31 | 0.22 | 0 | 0.40 | 222.5 | 0.19 | 0.51 |
| Hex | 6A | 78 | 9A | 1F | 16 | 0 | 28 | DE | 13 | 33 |
| Octal | 152 | 170 | 232 | 37 | 26 | 0 | 50 | 336 | 23 | 63 |
| Binary | 1101010 | 1111000 | 10011010 | 11111 | 10110 | 0 | 101000 | 11011110 | 10011 | 110011 |
Color Harmonies of #6A789A
Complementary color
Monochromatic Colors of #6A789A
Black with #6A789A
Text Example
Text Example
White with #6A789A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A789A; }
p { color: rgb(106,120,154); }
H1.HeaderClassName
{
color: #6A789A;
}
.AnyTagClassName
{
color: #6A789A;
}
</style>
background-color css
<style>
a { background-color: #6A789A; }
a { background-color: rgb(106,120,154); }
div.DivClassName
{
background-color: #6A789A;
}
.BgClassName
{
background-color: #6A789A;
}
</style>
border-color css
<style>
span { border-color: #6A789A; }
span { border-color: rgb(106,120,154); }
td.TdClassName
{
border-color: #6A789A;
}
.TagClassName
{
border-color: #6A789A;
}
</style>