Shades of Waikawa Grey #61698B
Tints of Waikawa Grey #61698B
RGB
CMYK
RGB Variations
Color information
#61698B (or 0x61698B) is known color: Waikawa Grey. HEX triplet: 61, 69 and 8B. RGB value is (97,105,139). Sum of RGB (Red+Green+Blue) = 97+105+139=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 139 (54.69% from 255 or 40.76% from 341); Max value from RGB is 139 - color contains mainly: blue. Hex color #61698B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61698B is #9E9674. Grayscale: #6A6A6A. Windows color (decimal): -10393205 or 9136481. OLE color: 9136481.
HSL color Cylindrical-coordinate representation of color #61698B: hue angle of 228.57º 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 #61698B is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 105 | 139 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.45 |
| HSL | 228.57º | 0.18% | 0.46% | - |
| HSV(B) | 228.57º | 0.3% | 0.55% | - |
| XYZ | 14.64 | 14.51 | 26.45 | - |
| YUV | 106.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 139 | 0.30 | 0.24 | 0 | 0.45 | 228.57 | 0.18 | 0.46 |
| Hex | 61 | 69 | 8B | 1E | 18 | 0 | 2D | E5 | 12 | 2E |
| Octal | 141 | 151 | 213 | 36 | 30 | 0 | 55 | 345 | 22 | 56 |
| Binary | 1100001 | 1101001 | 10001011 | 11110 | 11000 | 0 | 101101 | 11100101 | 10010 | 101110 |
Color Harmonies of #61698B
Complementary color
Monochromatic Colors of #61698B
Black with #61698B
Text Example
Text Example
White with #61698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61698B; }
p { color: rgb(97,105,139); }
H1.HeaderClassName
{
color: #61698B;
}
.AnyTagClassName
{
color: #61698B;
}
</style>
background-color css
<style>
a { background-color: #61698B; }
a { background-color: rgb(97,105,139); }
div.DivClassName
{
background-color: #61698B;
}
.BgClassName
{
background-color: #61698B;
}
</style>
border-color css
<style>
span { border-color: #61698B; }
span { border-color: rgb(97,105,139); }
td.TdClassName
{
border-color: #61698B;
}
.TagClassName
{
border-color: #61698B;
}
</style>