Shades of Waikawa Grey #6A769D
Tints of Waikawa Grey #6A769D
RGB
CMYK
RGB Variations
Color information
#6A769D (or 0x6A769D) is known color: Waikawa Grey. HEX triplet: 6A, 76 and 9D. RGB value is (106,118,157). Sum of RGB (Red+Green+Blue) = 106+118+157=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A769D is #958962. Grayscale: #767676. Windows color (decimal): -9800035 or 10319466. OLE color: 10319466.
HSL color Cylindrical-coordinate representation of color #6A769D: hue angle of 225.88º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A769D is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 118 | 157 | - |
| CMYK | 0.32 | 0.25 | 0 | 0.38 |
| HSL | 225.88º | 0.21% | 0.52% | - |
| HSV(B) | 225.88º | 0.32% | 0.62% | - |
| XYZ | 18.51 | 18.46 | 34.49 | - |
| YUV | 118.86 | 149.52 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 157 | 0.32 | 0.25 | 0 | 0.38 | 225.88 | 0.21 | 0.52 |
| Hex | 6A | 76 | 9D | 20 | 19 | 0 | 26 | E2 | 15 | 34 |
| Octal | 152 | 166 | 235 | 40 | 31 | 0 | 46 | 342 | 25 | 64 |
| Binary | 1101010 | 1110110 | 10011101 | 100000 | 11001 | 0 | 100110 | 11100010 | 10101 | 110100 |
Color Harmonies of #6A769D
Complementary color
Monochromatic Colors of #6A769D
Black with #6A769D
Text Example
Text Example
White with #6A769D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A769D; }
p { color: rgb(106,118,157); }
H1.HeaderClassName
{
color: #6A769D;
}
.AnyTagClassName
{
color: #6A769D;
}
</style>
background-color css
<style>
a { background-color: #6A769D; }
a { background-color: rgb(106,118,157); }
div.DivClassName
{
background-color: #6A769D;
}
.BgClassName
{
background-color: #6A769D;
}
</style>
border-color css
<style>
span { border-color: #6A769D; }
span { border-color: rgb(106,118,157); }
td.TdClassName
{
border-color: #6A769D;
}
.TagClassName
{
border-color: #6A769D;
}
</style>