Shades of Waikawa Grey #61698F
Tints of Waikawa Grey #61698F
RGB
CMYK
RGB Variations
Color information
#61698F (or 0x61698F) is known color: Waikawa Grey. HEX triplet: 61, 69 and 8F. RGB value is (97,105,143). Sum of RGB (Red+Green+Blue) = 97+105+143=345 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.12% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 143 (56.25% from 255 or 41.45% from 345); Max value from RGB is 143 - color contains mainly: blue. Hex color #61698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61698F is #9E9670. Grayscale: #6A6A6A. Windows color (decimal): -10393201 or 9398625. OLE color: 9398625.
HSL color Cylindrical-coordinate representation of color #61698F: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61698F is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 105 | 143 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.44 |
| HSL | 229.57º | 0.19% | 0.47% | - |
| HSV(B) | 229.57º | 0.32% | 0.56% | - |
| XYZ | 14.94 | 14.63 | 28.02 | - |
| YUV | 106.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 143 | 0.32 | 0.27 | 0 | 0.44 | 229.57 | 0.19 | 0.47 |
| Hex | 61 | 69 | 8F | 20 | 1B | 0 | 2C | E6 | 13 | 2F |
| Octal | 141 | 151 | 217 | 40 | 33 | 0 | 54 | 346 | 23 | 57 |
| Binary | 1100001 | 1101001 | 10001111 | 100000 | 11011 | 0 | 101100 | 11100110 | 10011 | 101111 |
Color Harmonies of #61698F
Complementary color
Monochromatic Colors of #61698F
Black with #61698F
Text Example
Text Example
White with #61698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61698F; }
p { color: rgb(97,105,143); }
H1.HeaderClassName
{
color: #61698F;
}
.AnyTagClassName
{
color: #61698F;
}
</style>
background-color css
<style>
a { background-color: #61698F; }
a { background-color: rgb(97,105,143); }
div.DivClassName
{
background-color: #61698F;
}
.BgClassName
{
background-color: #61698F;
}
</style>
border-color css
<style>
span { border-color: #61698F; }
span { border-color: rgb(97,105,143); }
td.TdClassName
{
border-color: #61698F;
}
.TagClassName
{
border-color: #61698F;
}
</style>