Shades of Kingfisher Daisy #681B8D
Tints of Kingfisher Daisy #681B8D
RGB
CMYK
RGB Variations
Color information
#681B8D (or 0x681B8D) is known color: Kingfisher Daisy. HEX triplet: 68, 1B and 8D. RGB value is (104,27,141). Sum of RGB (Red+Green+Blue) = 104+27+141=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #681B8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681B8D is #97E472. Grayscale: #3E3E3E. Windows color (decimal): -9954419 or 9247592. OLE color: 9247592.
HSL color Cylindrical-coordinate representation of color #681B8D: hue angle of 280.53º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681B8D is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 27 | 141 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.45 |
| HSL | 280.53º | 0.68% | 0.33% | - |
| HSV(B) | 280.53º | 0.81% | 0.55% | - |
| XYZ | 10.91 | 5.65 | 25.71 | - |
| YUV | 63.02 | 172.01 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 27 | 141 | 0.26 | 0.81 | 0 | 0.45 | 280.53 | 0.68 | 0.33 |
| Hex | 68 | 1B | 8D | 1A | 51 | 0 | 2D | 119 | 44 | 21 |
| Octal | 150 | 33 | 215 | 32 | 121 | 0 | 55 | 431 | 104 | 41 |
| Binary | 1101000 | 11011 | 10001101 | 11010 | 1010001 | 0 | 101101 | 100011001 | 1000100 | 100001 |
Color Harmonies of #681B8D
Complementary color
Monochromatic Colors of #681B8D
Black with #681B8D
Text Example
Text Example
White with #681B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #681B8D; }
p { color: rgb(104,27,141); }
H1.HeaderClassName
{
color: #681B8D;
}
.AnyTagClassName
{
color: #681B8D;
}
</style>
background-color css
<style>
a { background-color: #681B8D; }
a { background-color: rgb(104,27,141); }
div.DivClassName
{
background-color: #681B8D;
}
.BgClassName
{
background-color: #681B8D;
}
</style>
border-color css
<style>
span { border-color: #681B8D; }
span { border-color: rgb(104,27,141); }
td.TdClassName
{
border-color: #681B8D;
}
.TagClassName
{
border-color: #681B8D;
}
</style>