Shades of Kingfisher Daisy #61437C
Tints of Kingfisher Daisy #61437C
RGB
CMYK
RGB Variations
Color information
#61437C (or 0x61437C) is known color: Kingfisher Daisy. HEX triplet: 61, 43 and 7C. RGB value is (97,67,124). Sum of RGB (Red+Green+Blue) = 97+67+124=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #61437C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61437C is #9EBC83. Grayscale: #525252. Windows color (decimal): -10402948 or 8143713. OLE color: 8143713.
HSL color Cylindrical-coordinate representation of color #61437C: hue angle of 271.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61437C is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 67 | 124 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.51 |
| HSL | 271.58º | 0.3% | 0.37% | - |
| HSV(B) | 271.58º | 0.46% | 0.49% | - |
| XYZ | 10.58 | 8.01 | 20.06 | - |
| YUV | 82.47 | 151.44 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 67 | 124 | 0.22 | 0.46 | 0 | 0.51 | 271.58 | 0.3 | 0.37 |
| Hex | 61 | 43 | 7C | 16 | 2E | 0 | 33 | 110 | 1E | 25 |
| Octal | 141 | 103 | 174 | 26 | 56 | 0 | 63 | 420 | 36 | 45 |
| Binary | 1100001 | 1000011 | 1111100 | 10110 | 101110 | 0 | 110011 | 100010000 | 11110 | 100101 |
Color Harmonies of #61437C
Complementary color
Monochromatic Colors of #61437C
Black with #61437C
Text Example
Text Example
White with #61437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61437C; }
p { color: rgb(97,67,124); }
H1.HeaderClassName
{
color: #61437C;
}
.AnyTagClassName
{
color: #61437C;
}
</style>
background-color css
<style>
a { background-color: #61437C; }
a { background-color: rgb(97,67,124); }
div.DivClassName
{
background-color: #61437C;
}
.BgClassName
{
background-color: #61437C;
}
</style>
border-color css
<style>
span { border-color: #61437C; }
span { border-color: rgb(97,67,124); }
td.TdClassName
{
border-color: #61437C;
}
.TagClassName
{
border-color: #61437C;
}
</style>