Shades of Kingfisher Daisy #61348E
Tints of Kingfisher Daisy #61348E
RGB
CMYK
RGB Variations
Color information
#61348E (or 0x61348E) is known color: Kingfisher Daisy. HEX triplet: 61, 34 and 8E. RGB value is (97,52,142). Sum of RGB (Red+Green+Blue) = 97+52+142=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #61348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61348E is #9ECB71. Grayscale: #4B4B4B. Windows color (decimal): -10406770 or 9319521. OLE color: 9319521.
HSL color Cylindrical-coordinate representation of color #61348E: hue angle of 270º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #61348E is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 52 | 142 | - |
| CMYK | 0.32 | 0.63 | 0 | 0.44 |
| HSL | 270º | 0.46% | 0.38% | - |
| HSV(B) | 270º | 0.63% | 0.56% | - |
| XYZ | 11.04 | 6.95 | 26.35 | - |
| YUV | 75.72 | 165.41 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 142 | 0.32 | 0.63 | 0 | 0.44 | 270 | 0.46 | 0.38 |
| Hex | 61 | 34 | 8E | 20 | 3F | 0 | 2C | 10E | 2E | 26 |
| Octal | 141 | 64 | 216 | 40 | 77 | 0 | 54 | 416 | 56 | 46 |
| Binary | 1100001 | 110100 | 10001110 | 100000 | 111111 | 0 | 101100 | 100001110 | 101110 | 100110 |
Color Harmonies of #61348E
Complementary color
Monochromatic Colors of #61348E
Black with #61348E
Text Example
Text Example
White with #61348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61348E; }
p { color: rgb(97,52,142); }
H1.HeaderClassName
{
color: #61348E;
}
.AnyTagClassName
{
color: #61348E;
}
</style>
background-color css
<style>
a { background-color: #61348E; }
a { background-color: rgb(97,52,142); }
div.DivClassName
{
background-color: #61348E;
}
.BgClassName
{
background-color: #61348E;
}
</style>
border-color css
<style>
span { border-color: #61348E; }
span { border-color: rgb(97,52,142); }
td.TdClassName
{
border-color: #61348E;
}
.TagClassName
{
border-color: #61348E;
}
</style>