Shades of Kingfisher Daisy #61328A
Tints of Kingfisher Daisy #61328A
RGB
CMYK
RGB Variations
Color information
#61328A (or 0x61328A) is known color: Kingfisher Daisy. HEX triplet: 61, 32 and 8A. RGB value is (97,50,138). Sum of RGB (Red+Green+Blue) = 97+50+138=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #61328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61328A is #9ECD75. Grayscale: #494949. Windows color (decimal): -10407286 or 9056865. OLE color: 9056865.
HSL color Cylindrical-coordinate representation of color #61328A: hue angle of 272.05º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #61328A is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 50 | 138 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.46 |
| HSL | 272.05º | 0.47% | 0.37% | - |
| HSV(B) | 272.05º | 0.64% | 0.54% | - |
| XYZ | 10.66 | 6.66 | 24.77 | - |
| YUV | 74.09 | 164.07 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 50 | 138 | 0.30 | 0.64 | 0 | 0.46 | 272.05 | 0.47 | 0.37 |
| Hex | 61 | 32 | 8A | 1E | 40 | 0 | 2E | 110 | 2F | 25 |
| Octal | 141 | 62 | 212 | 36 | 100 | 0 | 56 | 420 | 57 | 45 |
| Binary | 1100001 | 110010 | 10001010 | 11110 | 1000000 | 0 | 101110 | 100010000 | 101111 | 100101 |
Color Harmonies of #61328A
Complementary color
Monochromatic Colors of #61328A
Black with #61328A
Text Example
Text Example
White with #61328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61328A; }
p { color: rgb(97,50,138); }
H1.HeaderClassName
{
color: #61328A;
}
.AnyTagClassName
{
color: #61328A;
}
</style>
background-color css
<style>
a { background-color: #61328A; }
a { background-color: rgb(97,50,138); }
div.DivClassName
{
background-color: #61328A;
}
.BgClassName
{
background-color: #61328A;
}
</style>
border-color css
<style>
span { border-color: #61328A; }
span { border-color: rgb(97,50,138); }
td.TdClassName
{
border-color: #61328A;
}
.TagClassName
{
border-color: #61328A;
}
</style>