Shades of Waikawa Grey #65708D
Tints of Waikawa Grey #65708D
RGB
CMYK
RGB Variations
Color information
#65708D (or 0x65708D) is known color: Waikawa Grey. HEX triplet: 65, 70 and 8D. RGB value is (101,112,141). Sum of RGB (Red+Green+Blue) = 101+112+141=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 112 (44.14% from 255 or 31.64% from 354); Blue value is 141 (55.47% from 255 or 39.83% from 354); Max value from RGB is 141 - color contains mainly: blue. Hex color #65708D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65708D is #9A8F72. Grayscale: #6F6F6F. Windows color (decimal): -10129267 or 9269349. OLE color: 9269349.
HSL color Cylindrical-coordinate representation of color #65708D: hue angle of 223.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #65708D is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 112 | 141 | - |
| CMYK | 0.28 | 0.21 | 0 | 0.45 |
| HSL | 223.5º | 0.17% | 0.47% | - |
| HSV(B) | 223.5º | 0.28% | 0.55% | - |
| XYZ | 15.97 | 16.28 | 27.5 | - |
| YUV | 112.02 | 144.36 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 141 | 0.28 | 0.21 | 0 | 0.45 | 223.5 | 0.17 | 0.47 |
| Hex | 65 | 70 | 8D | 1C | 15 | 0 | 2D | E0 | 11 | 2F |
| Octal | 145 | 160 | 215 | 34 | 25 | 0 | 55 | 340 | 21 | 57 |
| Binary | 1100101 | 1110000 | 10001101 | 11100 | 10101 | 0 | 101101 | 11100000 | 10001 | 101111 |
Color Harmonies of #65708D
Complementary color
Monochromatic Colors of #65708D
Black with #65708D
Text Example
Text Example
White with #65708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65708D; }
p { color: rgb(101,112,141); }
H1.HeaderClassName
{
color: #65708D;
}
.AnyTagClassName
{
color: #65708D;
}
</style>
background-color css
<style>
a { background-color: #65708D; }
a { background-color: rgb(101,112,141); }
div.DivClassName
{
background-color: #65708D;
}
.BgClassName
{
background-color: #65708D;
}
</style>
border-color css
<style>
span { border-color: #65708D; }
span { border-color: rgb(101,112,141); }
td.TdClassName
{
border-color: #65708D;
}
.TagClassName
{
border-color: #65708D;
}
</style>