Shades of Kingfisher Daisy #61497B
Tints of Kingfisher Daisy #61497B
RGB
CMYK
RGB Variations
Color information
#61497B (or 0x61497B) is known color: Kingfisher Daisy. HEX triplet: 61, 49 and 7B. RGB value is (97,73,123). Sum of RGB (Red+Green+Blue) = 97+73+123=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #61497B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61497B is #9EB684. Grayscale: #555555. Windows color (decimal): -10401413 or 8079713. OLE color: 8079713.
HSL color Cylindrical-coordinate representation of color #61497B: hue angle of 268.8º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61497B is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 73 | 123 | - |
| CMYK | 0.21 | 0.41 | 0 | 0.52 |
| HSL | 268.8º | 0.26% | 0.38% | - |
| HSV(B) | 268.8º | 0.41% | 0.48% | - |
| XYZ | 10.89 | 8.74 | 19.85 | - |
| YUV | 85.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 73 | 123 | 0.21 | 0.41 | 0 | 0.52 | 268.8 | 0.26 | 0.38 |
| Hex | 61 | 49 | 7B | 15 | 29 | 0 | 34 | 10D | 1A | 26 |
| Octal | 141 | 111 | 173 | 25 | 51 | 0 | 64 | 415 | 32 | 46 |
| Binary | 1100001 | 1001001 | 1111011 | 10101 | 101001 | 0 | 110100 | 100001101 | 11010 | 100110 |
Color Harmonies of #61497B
Complementary color
Monochromatic Colors of #61497B
Black with #61497B
Text Example
Text Example
White with #61497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61497B; }
p { color: rgb(97,73,123); }
H1.HeaderClassName
{
color: #61497B;
}
.AnyTagClassName
{
color: #61497B;
}
</style>
background-color css
<style>
a { background-color: #61497B; }
a { background-color: rgb(97,73,123); }
div.DivClassName
{
background-color: #61497B;
}
.BgClassName
{
background-color: #61497B;
}
</style>
border-color css
<style>
span { border-color: #61497B; }
span { border-color: rgb(97,73,123); }
td.TdClassName
{
border-color: #61497B;
}
.TagClassName
{
border-color: #61497B;
}
</style>