Shades of Waikawa Grey #69719C
Tints of Waikawa Grey #69719C
RGB
CMYK
RGB Variations
Color information
#69719C (or 0x69719C) is known color: Waikawa Grey. HEX triplet: 69, 71 and 9C. RGB value is (105,113,156). Sum of RGB (Red+Green+Blue) = 105+113+156=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #69719C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69719C is #968E63. Grayscale: #737373. Windows color (decimal): -9866852 or 10252649. OLE color: 10252649.
HSL color Cylindrical-coordinate representation of color #69719C: hue angle of 230.59º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69719C is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 113 | 156 | - |
| CMYK | 0.33 | 0.28 | 0 | 0.39 |
| HSL | 230.59º | 0.2% | 0.51% | - |
| HSV(B) | 230.59º | 0.33% | 0.61% | - |
| XYZ | 17.73 | 17.21 | 33.84 | - |
| YUV | 115.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 113 | 156 | 0.33 | 0.28 | 0 | 0.39 | 230.59 | 0.2 | 0.51 |
| Hex | 69 | 71 | 9C | 21 | 1C | 0 | 27 | E7 | 14 | 33 |
| Octal | 151 | 161 | 234 | 41 | 34 | 0 | 47 | 347 | 24 | 63 |
| Binary | 1101001 | 1110001 | 10011100 | 100001 | 11100 | 0 | 100111 | 11100111 | 10100 | 110011 |
Color Harmonies of #69719C
Complementary color
Monochromatic Colors of #69719C
Black with #69719C
Text Example
Text Example
White with #69719C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69719C; }
p { color: rgb(105,113,156); }
H1.HeaderClassName
{
color: #69719C;
}
.AnyTagClassName
{
color: #69719C;
}
</style>
background-color css
<style>
a { background-color: #69719C; }
a { background-color: rgb(105,113,156); }
div.DivClassName
{
background-color: #69719C;
}
.BgClassName
{
background-color: #69719C;
}
</style>
border-color css
<style>
span { border-color: #69719C; }
span { border-color: rgb(105,113,156); }
td.TdClassName
{
border-color: #69719C;
}
.TagClassName
{
border-color: #69719C;
}
</style>