Shades of Kingfisher Daisy #611B8F
Tints of Kingfisher Daisy #611B8F
RGB
CMYK
RGB Variations
Color information
#611B8F (or 0x611B8F) is known color: Kingfisher Daisy. HEX triplet: 61, 1B and 8F. RGB value is (97,27,143). Sum of RGB (Red+Green+Blue) = 97+27+143=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #611B8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611B8F is #9EE470. Grayscale: #3C3C3C. Windows color (decimal): -10413169 or 9378657. OLE color: 9378657.
HSL color Cylindrical-coordinate representation of color #611B8F: hue angle of 276.21º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #611B8F is Cyan = 0.32, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 27 | 143 | - |
| CMYK | 0.32 | 0.81 | 0 | 0.44 |
| HSL | 276.21º | 0.68% | 0.33% | - |
| HSV(B) | 276.21º | 0.81% | 0.56% | - |
| XYZ | 10.28 | 5.31 | 26.47 | - |
| YUV | 61.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 27 | 143 | 0.32 | 0.81 | 0 | 0.44 | 276.21 | 0.68 | 0.33 |
| Hex | 61 | 1B | 8F | 20 | 51 | 0 | 2C | 114 | 44 | 21 |
| Octal | 141 | 33 | 217 | 40 | 121 | 0 | 54 | 424 | 104 | 41 |
| Binary | 1100001 | 11011 | 10001111 | 100000 | 1010001 | 0 | 101100 | 100010100 | 1000100 | 100001 |
Color Harmonies of #611B8F
Complementary color
Monochromatic Colors of #611B8F
Black with #611B8F
Text Example
Text Example
White with #611B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #611B8F; }
p { color: rgb(97,27,143); }
H1.HeaderClassName
{
color: #611B8F;
}
.AnyTagClassName
{
color: #611B8F;
}
</style>
background-color css
<style>
a { background-color: #611B8F; }
a { background-color: rgb(97,27,143); }
div.DivClassName
{
background-color: #611B8F;
}
.BgClassName
{
background-color: #611B8F;
}
</style>
border-color css
<style>
span { border-color: #611B8F; }
span { border-color: rgb(97,27,143); }
td.TdClassName
{
border-color: #611B8F;
}
.TagClassName
{
border-color: #611B8F;
}
</style>