Shades of Waikawa Grey #61658C
Tints of Waikawa Grey #61658C
RGB
CMYK
RGB Variations
Color information
#61658C (or 0x61658C) is known color: Waikawa Grey. HEX triplet: 61, 65 and 8C. RGB value is (97,101,140). Sum of RGB (Red+Green+Blue) = 97+101+140=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 140 (55.08% from 255 or 41.42% from 338); Max value from RGB is 140 - color contains mainly: blue. Hex color #61658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61658C is #9E9A73. Grayscale: #686868. Windows color (decimal): -10394228 or 9200993. OLE color: 9200993.
HSL color Cylindrical-coordinate representation of color #61658C: hue angle of 234.42º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61658C is Cyan = 0.31, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 101 | 140 | - |
| CMYK | 0.31 | 0.28 | 0 | 0.45 |
| HSL | 234.42º | 0.18% | 0.46% | - |
| HSV(B) | 234.42º | 0.31% | 0.55% | - |
| XYZ | 14.32 | 13.74 | 26.71 | - |
| YUV | 104.25 | 148.17 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 140 | 0.31 | 0.28 | 0 | 0.45 | 234.42 | 0.18 | 0.46 |
| Hex | 61 | 65 | 8C | 1F | 1C | 0 | 2D | EA | 12 | 2E |
| Octal | 141 | 145 | 214 | 37 | 34 | 0 | 55 | 352 | 22 | 56 |
| Binary | 1100001 | 1100101 | 10001100 | 11111 | 11100 | 0 | 101101 | 11101010 | 10010 | 101110 |
Color Harmonies of #61658C
Complementary color
Monochromatic Colors of #61658C
Black with #61658C
Text Example
Text Example
White with #61658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61658C; }
p { color: rgb(97,101,140); }
H1.HeaderClassName
{
color: #61658C;
}
.AnyTagClassName
{
color: #61658C;
}
</style>
background-color css
<style>
a { background-color: #61658C; }
a { background-color: rgb(97,101,140); }
div.DivClassName
{
background-color: #61658C;
}
.BgClassName
{
background-color: #61658C;
}
</style>
border-color css
<style>
span { border-color: #61658C; }
span { border-color: rgb(97,101,140); }
td.TdClassName
{
border-color: #61658C;
}
.TagClassName
{
border-color: #61658C;
}
</style>