Shades of Kingfisher Daisy #61348B
Tints of Kingfisher Daisy #61348B
RGB
CMYK
RGB Variations
Color information
#61348B (or 0x61348B) is known color: Kingfisher Daisy. HEX triplet: 61, 34 and 8B. RGB value is (97,52,139). Sum of RGB (Red+Green+Blue) = 97+52+139=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #61348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61348B is #9ECB74. Grayscale: #4B4B4B. Windows color (decimal): -10406773 or 9122913. OLE color: 9122913.
HSL color Cylindrical-coordinate representation of color #61348B: hue angle of 271.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61348B is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 52 | 139 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.45 |
| HSL | 271.03º | 0.46% | 0.37% | - |
| HSV(B) | 271.03º | 0.63% | 0.55% | - |
| XYZ | 10.82 | 6.86 | 25.18 | - |
| YUV | 75.37 | 163.91 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 139 | 0.30 | 0.63 | 0 | 0.45 | 271.03 | 0.46 | 0.37 |
| Hex | 61 | 34 | 8B | 1E | 3F | 0 | 2D | 10F | 2E | 25 |
| Octal | 141 | 64 | 213 | 36 | 77 | 0 | 55 | 417 | 56 | 45 |
| Binary | 1100001 | 110100 | 10001011 | 11110 | 111111 | 0 | 101101 | 100001111 | 101110 | 100101 |
Color Harmonies of #61348B
Complementary color
Monochromatic Colors of #61348B
Black with #61348B
Text Example
Text Example
White with #61348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61348B; }
p { color: rgb(97,52,139); }
H1.HeaderClassName
{
color: #61348B;
}
.AnyTagClassName
{
color: #61348B;
}
</style>
background-color css
<style>
a { background-color: #61348B; }
a { background-color: rgb(97,52,139); }
div.DivClassName
{
background-color: #61348B;
}
.BgClassName
{
background-color: #61348B;
}
</style>
border-color css
<style>
span { border-color: #61348B; }
span { border-color: rgb(97,52,139); }
td.TdClassName
{
border-color: #61348B;
}
.TagClassName
{
border-color: #61348B;
}
</style>