Shades of Waikawa Grey #656B95
Tints of Waikawa Grey #656B95
RGB
CMYK
RGB Variations
Color information
#656B95 (or 0x656B95) is known color: Waikawa Grey. HEX triplet: 65, 6B and 95. RGB value is (101,107,149). Sum of RGB (Red+Green+Blue) = 101+107+149=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 149 - color contains mainly: blue. Hex color #656B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B95 is #9A946A. Grayscale: #6D6D6D. Windows color (decimal): -10130539 or 9792357. OLE color: 9792357.
HSL color Cylindrical-coordinate representation of color #656B95: hue angle of 232.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #656B95 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 107 | 149 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.42 |
| HSL | 232.5º | 0.19% | 0.49% | - |
| HSV(B) | 232.5º | 0.32% | 0.58% | - |
| XYZ | 16.05 | 15.45 | 30.57 | - |
| YUV | 109.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 149 | 0.32 | 0.28 | 0 | 0.42 | 232.5 | 0.19 | 0.49 |
| Hex | 65 | 6B | 95 | 20 | 1C | 0 | 2A | E8 | 13 | 31 |
| Octal | 145 | 153 | 225 | 40 | 34 | 0 | 52 | 350 | 23 | 61 |
| Binary | 1100101 | 1101011 | 10010101 | 100000 | 11100 | 0 | 101010 | 11101000 | 10011 | 110001 |
Color Harmonies of #656B95
Complementary color
Monochromatic Colors of #656B95
Black with #656B95
Text Example
Text Example
White with #656B95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B95; }
p { color: rgb(101,107,149); }
H1.HeaderClassName
{
color: #656B95;
}
.AnyTagClassName
{
color: #656B95;
}
</style>
background-color css
<style>
a { background-color: #656B95; }
a { background-color: rgb(101,107,149); }
div.DivClassName
{
background-color: #656B95;
}
.BgClassName
{
background-color: #656B95;
}
</style>
border-color css
<style>
span { border-color: #656B95; }
span { border-color: rgb(101,107,149); }
td.TdClassName
{
border-color: #656B95;
}
.TagClassName
{
border-color: #656B95;
}
</style>