Shades of Kingfisher Daisy #682C87
Tints of Kingfisher Daisy #682C87
RGB
CMYK
RGB Variations
Color information
#682C87 (or 0x682C87) is known color: Kingfisher Daisy. HEX triplet: 68, 2C and 87. RGB value is (104,44,135). Sum of RGB (Red+Green+Blue) = 104+44+135=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #682C87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C87 is #97D378. Grayscale: #484848. Windows color (decimal): -9950073 or 8858728. OLE color: 8858728.
HSL color Cylindrical-coordinate representation of color #682C87: hue angle of 279.56º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682C87 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 44 | 135 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.47 |
| HSL | 279.56º | 0.51% | 0.35% | - |
| HSV(B) | 279.56º | 0.67% | 0.53% | - |
| XYZ | 10.98 | 6.49 | 23.6 | - |
| YUV | 72.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 135 | 0.23 | 0.67 | 0 | 0.47 | 279.56 | 0.51 | 0.35 |
| Hex | 68 | 2C | 87 | 17 | 43 | 0 | 2F | 118 | 33 | 23 |
| Octal | 150 | 54 | 207 | 27 | 103 | 0 | 57 | 430 | 63 | 43 |
| Binary | 1101000 | 101100 | 10000111 | 10111 | 1000011 | 0 | 101111 | 100011000 | 110011 | 100011 |
Color Harmonies of #682C87
Complementary color
Monochromatic Colors of #682C87
Black with #682C87
Text Example
Text Example
White with #682C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C87; }
p { color: rgb(104,44,135); }
H1.HeaderClassName
{
color: #682C87;
}
.AnyTagClassName
{
color: #682C87;
}
</style>
background-color css
<style>
a { background-color: #682C87; }
a { background-color: rgb(104,44,135); }
div.DivClassName
{
background-color: #682C87;
}
.BgClassName
{
background-color: #682C87;
}
</style>
border-color css
<style>
span { border-color: #682C87; }
span { border-color: rgb(104,44,135); }
td.TdClassName
{
border-color: #682C87;
}
.TagClassName
{
border-color: #682C87;
}
</style>