Shades of Waikawa Grey #61658B
Tints of Waikawa Grey #61658B
RGB
CMYK
RGB Variations
Color information
#61658B (or 0x61658B) is known color: Waikawa Grey. HEX triplet: 61, 65 and 8B. RGB value is (97,101,139). Sum of RGB (Red+Green+Blue) = 97+101+139=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #61658B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61658B is #9E9A74. Grayscale: #676767. Windows color (decimal): -10394229 or 9135457. OLE color: 9135457.
HSL color Cylindrical-coordinate representation of color #61658B: hue angle of 234.29º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61658B is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 101 | 139 | - |
| CMYK | 0.30 | 0.27 | 0 | 0.45 |
| HSL | 234.29º | 0.18% | 0.46% | - |
| HSV(B) | 234.29º | 0.3% | 0.55% | - |
| XYZ | 14.24 | 13.71 | 26.32 | - |
| YUV | 104.14 | 147.67 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 139 | 0.30 | 0.27 | 0 | 0.45 | 234.29 | 0.18 | 0.46 |
| Hex | 61 | 65 | 8B | 1E | 1B | 0 | 2D | EA | 12 | 2E |
| Octal | 141 | 145 | 213 | 36 | 33 | 0 | 55 | 352 | 22 | 56 |
| Binary | 1100001 | 1100101 | 10001011 | 11110 | 11011 | 0 | 101101 | 11101010 | 10010 | 101110 |
Color Harmonies of #61658B
Complementary color
Monochromatic Colors of #61658B
Black with #61658B
Text Example
Text Example
White with #61658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61658B; }
p { color: rgb(97,101,139); }
H1.HeaderClassName
{
color: #61658B;
}
.AnyTagClassName
{
color: #61658B;
}
</style>
background-color css
<style>
a { background-color: #61658B; }
a { background-color: rgb(97,101,139); }
div.DivClassName
{
background-color: #61658B;
}
.BgClassName
{
background-color: #61658B;
}
</style>
border-color css
<style>
span { border-color: #61658B; }
span { border-color: rgb(97,101,139); }
td.TdClassName
{
border-color: #61658B;
}
.TagClassName
{
border-color: #61658B;
}
</style>