Shades of Waikawa Grey #69739C
Tints of Waikawa Grey #69739C
RGB
CMYK
RGB Variations
Color information
#69739C (or 0x69739C) is known color: Waikawa Grey. HEX triplet: 69, 73 and 9C. RGB value is (105,115,156). Sum of RGB (Red+Green+Blue) = 105+115+156=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 115 (45.31% from 255 or 30.59% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 156 - color contains mainly: blue. Hex color #69739C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69739C is #968C63. Grayscale: #747474. Windows color (decimal): -9866340 or 10253161. OLE color: 10253161.
HSL color Cylindrical-coordinate representation of color #69739C: hue angle of 228.24º 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 #69739C is Cyan = 0.33, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 115 | 156 | - |
| CMYK | 0.33 | 0.26 | 0 | 0.39 |
| HSL | 228.24º | 0.2% | 0.51% | - |
| HSV(B) | 228.24º | 0.33% | 0.61% | - |
| XYZ | 17.96 | 17.67 | 33.92 | - |
| YUV | 116.68 | 150.19 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 115 | 156 | 0.33 | 0.26 | 0 | 0.39 | 228.24 | 0.2 | 0.51 |
| Hex | 69 | 73 | 9C | 21 | 1A | 0 | 27 | E4 | 14 | 33 |
| Octal | 151 | 163 | 234 | 41 | 32 | 0 | 47 | 344 | 24 | 63 |
| Binary | 1101001 | 1110011 | 10011100 | 100001 | 11010 | 0 | 100111 | 11100100 | 10100 | 110011 |
Color Harmonies of #69739C
Complementary color
Monochromatic Colors of #69739C
Black with #69739C
Text Example
Text Example
White with #69739C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69739C; }
p { color: rgb(105,115,156); }
H1.HeaderClassName
{
color: #69739C;
}
.AnyTagClassName
{
color: #69739C;
}
</style>
background-color css
<style>
a { background-color: #69739C; }
a { background-color: rgb(105,115,156); }
div.DivClassName
{
background-color: #69739C;
}
.BgClassName
{
background-color: #69739C;
}
</style>
border-color css
<style>
span { border-color: #69739C; }
span { border-color: rgb(105,115,156); }
td.TdClassName
{
border-color: #69739C;
}
.TagClassName
{
border-color: #69739C;
}
</style>