Shades of Kingfisher Daisy #61378B
Tints of Kingfisher Daisy #61378B
RGB
CMYK
RGB Variations
Color information
#61378B (or 0x61378B) is known color: Kingfisher Daisy. HEX triplet: 61, 37 and 8B. RGB value is (97,55,139). Sum of RGB (Red+Green+Blue) = 97+55+139=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #61378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61378B is #9EC874. Grayscale: #4C4C4C. Windows color (decimal): -10406005 or 9123681. OLE color: 9123681.
HSL color Cylindrical-coordinate representation of color #61378B: hue angle of 270º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61378B is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 55 | 139 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.45 |
| HSL | 270º | 0.43% | 0.38% | - |
| HSV(B) | 270º | 0.6% | 0.55% | - |
| XYZ | 10.96 | 7.14 | 25.23 | - |
| YUV | 77.13 | 162.91 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 55 | 139 | 0.30 | 0.60 | 0 | 0.45 | 270 | 0.43 | 0.38 |
| Hex | 61 | 37 | 8B | 1E | 3C | 0 | 2D | 10E | 2B | 26 |
| Octal | 141 | 67 | 213 | 36 | 74 | 0 | 55 | 416 | 53 | 46 |
| Binary | 1100001 | 110111 | 10001011 | 11110 | 111100 | 0 | 101101 | 100001110 | 101011 | 100110 |
Color Harmonies of #61378B
Complementary color
Monochromatic Colors of #61378B
Black with #61378B
Text Example
Text Example
White with #61378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61378B; }
p { color: rgb(97,55,139); }
H1.HeaderClassName
{
color: #61378B;
}
.AnyTagClassName
{
color: #61378B;
}
</style>
background-color css
<style>
a { background-color: #61378B; }
a { background-color: rgb(97,55,139); }
div.DivClassName
{
background-color: #61378B;
}
.BgClassName
{
background-color: #61378B;
}
</style>
border-color css
<style>
span { border-color: #61378B; }
span { border-color: rgb(97,55,139); }
td.TdClassName
{
border-color: #61378B;
}
.TagClassName
{
border-color: #61378B;
}
</style>