Shades of Waikawa Grey #65708A
Tints of Waikawa Grey #65708A
RGB
CMYK
RGB Variations
Color information
#65708A (or 0x65708A) is known color: Waikawa Grey. HEX triplet: 65, 70 and 8A. RGB value is (101,112,138). Sum of RGB (Red+Green+Blue) = 101+112+138=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 138 - color contains mainly: blue. Hex color #65708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65708A is #9A8F75. Grayscale: #6F6F6F. Windows color (decimal): -10129270 or 9072741. OLE color: 9072741.
HSL color Cylindrical-coordinate representation of color #65708A: hue angle of 222.16º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65708A is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 112 | 138 | - |
| CMYK | 0.27 | 0.19 | 0 | 0.46 |
| HSL | 222.16º | 0.15% | 0.47% | - |
| HSV(B) | 222.16º | 0.27% | 0.54% | - |
| XYZ | 15.75 | 16.19 | 26.34 | - |
| YUV | 111.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 112 | 138 | 0.27 | 0.19 | 0 | 0.46 | 222.16 | 0.15 | 0.47 |
| Hex | 65 | 70 | 8A | 1B | 13 | 0 | 2E | DE | F | 2F |
| Octal | 145 | 160 | 212 | 33 | 23 | 0 | 56 | 336 | 17 | 57 |
| Binary | 1100101 | 1110000 | 10001010 | 11011 | 10011 | 0 | 101110 | 11011110 | 1111 | 101111 |
Color Harmonies of #65708A
Complementary color
Monochromatic Colors of #65708A
Black with #65708A
Text Example
Text Example
White with #65708A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65708A; }
p { color: rgb(101,112,138); }
H1.HeaderClassName
{
color: #65708A;
}
.AnyTagClassName
{
color: #65708A;
}
</style>
background-color css
<style>
a { background-color: #65708A; }
a { background-color: rgb(101,112,138); }
div.DivClassName
{
background-color: #65708A;
}
.BgClassName
{
background-color: #65708A;
}
</style>
border-color css
<style>
span { border-color: #65708A; }
span { border-color: rgb(101,112,138); }
td.TdClassName
{
border-color: #65708A;
}
.TagClassName
{
border-color: #65708A;
}
</style>