Shades of Kingfisher Daisy #671A86
Tints of Kingfisher Daisy #671A86
RGB
CMYK
RGB Variations
Color information
#671A86 (or 0x671A86) is known color: Kingfisher Daisy. HEX triplet: 67, 1A and 86. RGB value is (103,26,134). Sum of RGB (Red+Green+Blue) = 103+26+134=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 134 (52.73% from 255 or 50.95% from 263); Max value from RGB is 134 - color contains mainly: blue. Hex color #671A86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #671A86 is #98E579. Grayscale: #3C3C3C. Windows color (decimal): -10020218 or 8788583. OLE color: 8788583.
HSL color Cylindrical-coordinate representation of color #671A86: hue angle of 282.78º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #671A86 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 103 | 26 | 134 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.47 |
| HSL | 282.78º | 0.68% | 0.31% | - |
| HSV(B) | 282.78º | 0.81% | 0.53% | - |
| XYZ | 10.27 | 5.34 | 23.04 | - |
| YUV | 61.34 | 169.01 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 26 | 134 | 0.23 | 0.81 | 0 | 0.47 | 282.78 | 0.68 | 0.31 |
| Hex | 67 | 1A | 86 | 17 | 51 | 0 | 2F | 11B | 44 | 1F |
| Octal | 147 | 32 | 206 | 27 | 121 | 0 | 57 | 433 | 104 | 37 |
| Binary | 1100111 | 11010 | 10000110 | 10111 | 1010001 | 0 | 101111 | 100011011 | 1000100 | 11111 |
Color Harmonies of #671A86
Complementary color
Monochromatic Colors of #671A86
Black with #671A86
Text Example
Text Example
White with #671A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #671A86; }
p { color: rgb(103,26,134); }
H1.HeaderClassName
{
color: #671A86;
}
.AnyTagClassName
{
color: #671A86;
}
</style>
background-color css
<style>
a { background-color: #671A86; }
a { background-color: rgb(103,26,134); }
div.DivClassName
{
background-color: #671A86;
}
.BgClassName
{
background-color: #671A86;
}
</style>
border-color css
<style>
span { border-color: #671A86; }
span { border-color: rgb(103,26,134); }
td.TdClassName
{
border-color: #671A86;
}
.TagClassName
{
border-color: #671A86;
}
</style>