Shades of Waikawa Grey #69748D
Tints of Waikawa Grey #69748D
RGB
CMYK
RGB Variations
Color information
#69748D (or 0x69748D) is known color: Waikawa Grey. HEX triplet: 69, 74 and 8D. RGB value is (105,116,141). Sum of RGB (Red+Green+Blue) = 105+116+141=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 116 (45.70% from 255 or 32.04% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #69748D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69748D is #968B72. Grayscale: #737373. Windows color (decimal): -9866099 or 9270377. OLE color: 9270377.
HSL color Cylindrical-coordinate representation of color #69748D: hue angle of 221.67º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69748D is Cyan = 0.26, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 105 | 116 | 141 | - |
| CMYK | 0.26 | 0.18 | 0 | 0.45 |
| HSL | 221.67º | 0.15% | 0.48% | - |
| HSV(B) | 221.67º | 0.26% | 0.55% | - |
| XYZ | 16.88 | 17.42 | 27.67 | - |
| YUV | 115.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 116 | 141 | 0.26 | 0.18 | 0 | 0.45 | 221.67 | 0.15 | 0.48 |
| Hex | 69 | 74 | 8D | 1A | 12 | 0 | 2D | DE | F | 30 |
| Octal | 151 | 164 | 215 | 32 | 22 | 0 | 55 | 336 | 17 | 60 |
| Binary | 1101001 | 1110100 | 10001101 | 11010 | 10010 | 0 | 101101 | 11011110 | 1111 | 110000 |
Color Harmonies of #69748D
Complementary color
Monochromatic Colors of #69748D
Black with #69748D
Text Example
Text Example
White with #69748D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69748D; }
p { color: rgb(105,116,141); }
H1.HeaderClassName
{
color: #69748D;
}
.AnyTagClassName
{
color: #69748D;
}
</style>
background-color css
<style>
a { background-color: #69748D; }
a { background-color: rgb(105,116,141); }
div.DivClassName
{
background-color: #69748D;
}
.BgClassName
{
background-color: #69748D;
}
</style>
border-color css
<style>
span { border-color: #69748D; }
span { border-color: rgb(105,116,141); }
td.TdClassName
{
border-color: #69748D;
}
.TagClassName
{
border-color: #69748D;
}
</style>