Shades of Waikawa Grey #69768E
Tints of Waikawa Grey #69768E
RGB
CMYK
RGB Variations
Color information
#69768E (or 0x69768E) is known color: Waikawa Grey. HEX triplet: 69, 76 and 8E. RGB value is (105,118,142). Sum of RGB (Red+Green+Blue) = 105+118+142=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #69768E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69768E is #968971. Grayscale: #747474. Windows color (decimal): -9865586 or 9336425. OLE color: 9336425.
HSL color Cylindrical-coordinate representation of color #69768E: hue angle of 218.92º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69768E is Cyan = 0.26, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 118 | 142 | - |
| CMYK | 0.26 | 0.17 | 0 | 0.44 |
| HSL | 218.92º | 0.15% | 0.48% | - |
| HSV(B) | 218.92º | 0.26% | 0.56% | - |
| XYZ | 17.19 | 17.91 | 28.14 | - |
| YUV | 116.85 | 142.19 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 118 | 142 | 0.26 | 0.17 | 0 | 0.44 | 218.92 | 0.15 | 0.48 |
| Hex | 69 | 76 | 8E | 1A | 11 | 0 | 2C | DB | F | 30 |
| Octal | 151 | 166 | 216 | 32 | 21 | 0 | 54 | 333 | 17 | 60 |
| Binary | 1101001 | 1110110 | 10001110 | 11010 | 10001 | 0 | 101100 | 11011011 | 1111 | 110000 |
Color Harmonies of #69768E
Complementary color
Monochromatic Colors of #69768E
Black with #69768E
Text Example
Text Example
White with #69768E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69768E; }
p { color: rgb(105,118,142); }
H1.HeaderClassName
{
color: #69768E;
}
.AnyTagClassName
{
color: #69768E;
}
</style>
background-color css
<style>
a { background-color: #69768E; }
a { background-color: rgb(105,118,142); }
div.DivClassName
{
background-color: #69768E;
}
.BgClassName
{
background-color: #69768E;
}
</style>
border-color css
<style>
span { border-color: #69768E; }
span { border-color: rgb(105,118,142); }
td.TdClassName
{
border-color: #69768E;
}
.TagClassName
{
border-color: #69768E;
}
</style>