Shades of Waikawa Grey #656893
Tints of Waikawa Grey #656893
RGB
CMYK
RGB Variations
Color information
#656893 (or 0x656893) is known color: Waikawa Grey. HEX triplet: 65, 68 and 93. RGB value is (101,104,147). Sum of RGB (Red+Green+Blue) = 101+104+147=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #656893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656893 is #9A976C. Grayscale: #6B6B6B. Windows color (decimal): -10131309 or 9660517. OLE color: 9660517.
HSL color Cylindrical-coordinate representation of color #656893: hue angle of 236.09º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #656893 is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 104 | 147 | - |
| CMYK | 0.31 | 0.29 | 0 | 0.42 |
| HSL | 236.09º | 0.19% | 0.49% | - |
| HSV(B) | 236.09º | 0.31% | 0.58% | - |
| XYZ | 15.58 | 14.77 | 29.63 | - |
| YUV | 108.01 | 150.01 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 147 | 0.31 | 0.29 | 0 | 0.42 | 236.09 | 0.19 | 0.49 |
| Hex | 65 | 68 | 93 | 1F | 1D | 0 | 2A | EC | 13 | 31 |
| Octal | 145 | 150 | 223 | 37 | 35 | 0 | 52 | 354 | 23 | 61 |
| Binary | 1100101 | 1101000 | 10010011 | 11111 | 11101 | 0 | 101010 | 11101100 | 10011 | 110001 |
Color Harmonies of #656893
Complementary color
Monochromatic Colors of #656893
Black with #656893
Text Example
Text Example
White with #656893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656893; }
p { color: rgb(101,104,147); }
H1.HeaderClassName
{
color: #656893;
}
.AnyTagClassName
{
color: #656893;
}
</style>
background-color css
<style>
a { background-color: #656893; }
a { background-color: rgb(101,104,147); }
div.DivClassName
{
background-color: #656893;
}
.BgClassName
{
background-color: #656893;
}
</style>
border-color css
<style>
span { border-color: #656893; }
span { border-color: rgb(101,104,147); }
td.TdClassName
{
border-color: #656893;
}
.TagClassName
{
border-color: #656893;
}
</style>