Shades of Waikawa Grey #69718B
Tints of Waikawa Grey #69718B
RGB
CMYK
RGB Variations
Color information
#69718B (or 0x69718B) is known color: Waikawa Grey. HEX triplet: 69, 71 and 8B. RGB value is (105,113,139). Sum of RGB (Red+Green+Blue) = 105+113+139=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 139 - color contains mainly: blue. Hex color #69718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69718B is #968E74. Grayscale: #717171. Windows color (decimal): -9866869 or 9138537. OLE color: 9138537.
HSL color Cylindrical-coordinate representation of color #69718B: hue angle of 225.88º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69718B is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 113 | 139 | - |
| CMYK | 0.24 | 0.19 | 0 | 0.45 |
| HSL | 225.88º | 0.14% | 0.48% | - |
| HSV(B) | 225.88º | 0.24% | 0.55% | - |
| XYZ | 16.39 | 16.68 | 26.78 | - |
| YUV | 113.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 139 | 0.24 | 0.19 | 0 | 0.45 | 225.88 | 0.14 | 0.48 |
| Hex | 69 | 71 | 8B | 18 | 13 | 0 | 2D | E2 | E | 30 |
| Octal | 151 | 161 | 213 | 30 | 23 | 0 | 55 | 342 | 16 | 60 |
| Binary | 1101001 | 1110001 | 10001011 | 11000 | 10011 | 0 | 101101 | 11100010 | 1110 | 110000 |
Color Harmonies of #69718B
Complementary color
Monochromatic Colors of #69718B
Black with #69718B
Text Example
Text Example
White with #69718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69718B; }
p { color: rgb(105,113,139); }
H1.HeaderClassName
{
color: #69718B;
}
.AnyTagClassName
{
color: #69718B;
}
</style>
background-color css
<style>
a { background-color: #69718B; }
a { background-color: rgb(105,113,139); }
div.DivClassName
{
background-color: #69718B;
}
.BgClassName
{
background-color: #69718B;
}
</style>
border-color css
<style>
span { border-color: #69718B; }
span { border-color: rgb(105,113,139); }
td.TdClassName
{
border-color: #69718B;
}
.TagClassName
{
border-color: #69718B;
}
</style>