Shades of Kingfisher Daisy #611F7E
Tints of Kingfisher Daisy #611F7E
RGB
CMYK
RGB Variations
Color information
#611F7E (or 0x611F7E) is known color: Kingfisher Daisy. HEX triplet: 61, 1F and 7E. RGB value is (97,31,126). Sum of RGB (Red+Green+Blue) = 97+31+126=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 31 (12.5% from 255 or 12.20% from 254); Blue value is 126 (49.61% from 255 or 49.61% from 254); Max value from RGB is 126 - color contains mainly: blue. Hex color #611F7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F7E is #9EE081. Grayscale: #3D3D3D. Windows color (decimal): -10412162 or 8265569. OLE color: 8265569.
HSL color Cylindrical-coordinate representation of color #611F7E: hue angle of 281.68º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #611F7E is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 97 | 31 | 126 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.51 |
| HSL | 281.68º | 0.61% | 0.31% | - |
| HSV(B) | 281.68º | 0.75% | 0.49% | - |
| XYZ | 9.19 | 5.03 | 20.22 | - |
| YUV | 61.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 31 | 126 | 0.23 | 0.75 | 0 | 0.51 | 281.68 | 0.61 | 0.31 |
| Hex | 61 | 1F | 7E | 17 | 4B | 0 | 33 | 11A | 3D | 1F |
| Octal | 141 | 37 | 176 | 27 | 113 | 0 | 63 | 432 | 75 | 37 |
| Binary | 1100001 | 11111 | 1111110 | 10111 | 1001011 | 0 | 110011 | 100011010 | 111101 | 11111 |
Color Harmonies of #611F7E
Complementary color
Monochromatic Colors of #611F7E
Black with #611F7E
Text Example
Text Example
White with #611F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611F7E; }
p { color: rgb(97,31,126); }
H1.HeaderClassName
{
color: #611F7E;
}
.AnyTagClassName
{
color: #611F7E;
}
</style>
background-color css
<style>
a { background-color: #611F7E; }
a { background-color: rgb(97,31,126); }
div.DivClassName
{
background-color: #611F7E;
}
.BgClassName
{
background-color: #611F7E;
}
</style>
border-color css
<style>
span { border-color: #611F7E; }
span { border-color: rgb(97,31,126); }
td.TdClassName
{
border-color: #611F7E;
}
.TagClassName
{
border-color: #611F7E;
}
</style>