Shades of Kingfisher Daisy #682C8B
Tints of Kingfisher Daisy #682C8B
RGB
CMYK
RGB Variations
Color information
#682C8B (or 0x682C8B) is known color: Kingfisher Daisy. HEX triplet: 68, 2C and 8B. RGB value is (104,44,139). Sum of RGB (Red+Green+Blue) = 104+44+139=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #682C8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C8B is #97D374. Grayscale: #484848. Windows color (decimal): -9950069 or 9120872. OLE color: 9120872.
HSL color Cylindrical-coordinate representation of color #682C8B: hue angle of 277.89º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #682C8B is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 44 | 139 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.45 |
| HSL | 277.89º | 0.52% | 0.36% | - |
| HSV(B) | 277.89º | 0.68% | 0.55% | - |
| XYZ | 11.27 | 6.61 | 25.11 | - |
| YUV | 72.77 | 165.38 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 139 | 0.25 | 0.68 | 0 | 0.45 | 277.89 | 0.52 | 0.36 |
| Hex | 68 | 2C | 8B | 19 | 44 | 0 | 2D | 116 | 34 | 24 |
| Octal | 150 | 54 | 213 | 31 | 104 | 0 | 55 | 426 | 64 | 44 |
| Binary | 1101000 | 101100 | 10001011 | 11001 | 1000100 | 0 | 101101 | 100010110 | 110100 | 100100 |
Color Harmonies of #682C8B
Complementary color
Monochromatic Colors of #682C8B
Black with #682C8B
Text Example
Text Example
White with #682C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C8B; }
p { color: rgb(104,44,139); }
H1.HeaderClassName
{
color: #682C8B;
}
.AnyTagClassName
{
color: #682C8B;
}
</style>
background-color css
<style>
a { background-color: #682C8B; }
a { background-color: rgb(104,44,139); }
div.DivClassName
{
background-color: #682C8B;
}
.BgClassName
{
background-color: #682C8B;
}
</style>
border-color css
<style>
span { border-color: #682C8B; }
span { border-color: rgb(104,44,139); }
td.TdClassName
{
border-color: #682C8B;
}
.TagClassName
{
border-color: #682C8B;
}
</style>