Shades of Kingfisher Daisy #61427B
Tints of Kingfisher Daisy #61427B
RGB
CMYK
RGB Variations
Color information
#61427B (or 0x61427B) is known color: Kingfisher Daisy. HEX triplet: 61, 42 and 7B. RGB value is (97,66,123). Sum of RGB (Red+Green+Blue) = 97+66+123=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #61427B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61427B is #9EBD84. Grayscale: #515151. Windows color (decimal): -10403205 or 8077921. OLE color: 8077921.
HSL color Cylindrical-coordinate representation of color #61427B: hue angle of 272.63º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #61427B is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 66 | 123 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.52 |
| HSL | 272.63º | 0.3% | 0.37% | - |
| HSV(B) | 272.63º | 0.46% | 0.48% | - |
| XYZ | 10.45 | 7.87 | 19.71 | - |
| YUV | 81.77 | 151.27 | 138.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 123 | 0.21 | 0.46 | 0 | 0.52 | 272.63 | 0.3 | 0.37 |
| Hex | 61 | 42 | 7B | 15 | 2E | 0 | 34 | 111 | 1E | 25 |
| Octal | 141 | 102 | 173 | 25 | 56 | 0 | 64 | 421 | 36 | 45 |
| Binary | 1100001 | 1000010 | 1111011 | 10101 | 101110 | 0 | 110100 | 100010001 | 11110 | 100101 |
Color Harmonies of #61427B
Complementary color
Monochromatic Colors of #61427B
Black with #61427B
Text Example
Text Example
White with #61427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61427B; }
p { color: rgb(97,66,123); }
H1.HeaderClassName
{
color: #61427B;
}
.AnyTagClassName
{
color: #61427B;
}
</style>
background-color css
<style>
a { background-color: #61427B; }
a { background-color: rgb(97,66,123); }
div.DivClassName
{
background-color: #61427B;
}
.BgClassName
{
background-color: #61427B;
}
</style>
border-color css
<style>
span { border-color: #61427B; }
span { border-color: rgb(97,66,123); }
td.TdClassName
{
border-color: #61427B;
}
.TagClassName
{
border-color: #61427B;
}
</style>