Shades of Waikawa Grey #6A769A
Tints of Waikawa Grey #6A769A
RGB
CMYK
RGB Variations
Color information
#6A769A (or 0x6A769A) is known color: Waikawa Grey. HEX triplet: 6A, 76 and 9A. RGB value is (106,118,154). Sum of RGB (Red+Green+Blue) = 106+118+154=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 154 - color contains mainly: blue. Hex color #6A769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A769A is #958965. Grayscale: #767676. Windows color (decimal): -9800038 or 10122858. OLE color: 10122858.
HSL color Cylindrical-coordinate representation of color #6A769A: hue angle of 225º 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 #6A769A is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 118 | 154 | - |
| CMYK | 0.31 | 0.23 | 0 | 0.40 |
| HSL | 225º | 0.19% | 0.51% | - |
| HSV(B) | 225º | 0.31% | 0.6% | - |
| XYZ | 18.26 | 18.35 | 33.15 | - |
| YUV | 118.52 | 148.02 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 154 | 0.31 | 0.23 | 0 | 0.40 | 225 | 0.19 | 0.51 |
| Hex | 6A | 76 | 9A | 1F | 17 | 0 | 28 | E1 | 13 | 33 |
| Octal | 152 | 166 | 232 | 37 | 27 | 0 | 50 | 341 | 23 | 63 |
| Binary | 1101010 | 1110110 | 10011010 | 11111 | 10111 | 0 | 101000 | 11100001 | 10011 | 110011 |
Color Harmonies of #6A769A
Complementary color
Monochromatic Colors of #6A769A
Black with #6A769A
Text Example
Text Example
White with #6A769A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A769A; }
p { color: rgb(106,118,154); }
H1.HeaderClassName
{
color: #6A769A;
}
.AnyTagClassName
{
color: #6A769A;
}
</style>
background-color css
<style>
a { background-color: #6A769A; }
a { background-color: rgb(106,118,154); }
div.DivClassName
{
background-color: #6A769A;
}
.BgClassName
{
background-color: #6A769A;
}
</style>
border-color css
<style>
span { border-color: #6A769A; }
span { border-color: rgb(106,118,154); }
td.TdClassName
{
border-color: #6A769A;
}
.TagClassName
{
border-color: #6A769A;
}
</style>