Shades of Kingfisher Daisy #682C8D
Tints of Kingfisher Daisy #682C8D
RGB
CMYK
RGB Variations
Color information
#682C8D (or 0x682C8D) is known color: Kingfisher Daisy. HEX triplet: 68, 2C and 8D. RGB value is (104,44,141). Sum of RGB (Red+Green+Blue) = 104+44+141=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #682C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682C8D is #97D372. Grayscale: #484848. Windows color (decimal): -9950067 or 9251944. OLE color: 9251944.
HSL color Cylindrical-coordinate representation of color #682C8D: hue angle of 277.11º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #682C8D is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 44 | 141 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.45 |
| HSL | 277.11º | 0.52% | 0.36% | - |
| HSV(B) | 277.11º | 0.69% | 0.55% | - |
| XYZ | 11.42 | 6.67 | 25.88 | - |
| YUV | 73 | 166.38 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 44 | 141 | 0.26 | 0.69 | 0 | 0.45 | 277.11 | 0.52 | 0.36 |
| Hex | 68 | 2C | 8D | 1A | 45 | 0 | 2D | 115 | 34 | 24 |
| Octal | 150 | 54 | 215 | 32 | 105 | 0 | 55 | 425 | 64 | 44 |
| Binary | 1101000 | 101100 | 10001101 | 11010 | 1000101 | 0 | 101101 | 100010101 | 110100 | 100100 |
Color Harmonies of #682C8D
Complementary color
Monochromatic Colors of #682C8D
Black with #682C8D
Text Example
Text Example
White with #682C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682C8D; }
p { color: rgb(104,44,141); }
H1.HeaderClassName
{
color: #682C8D;
}
.AnyTagClassName
{
color: #682C8D;
}
</style>
background-color css
<style>
a { background-color: #682C8D; }
a { background-color: rgb(104,44,141); }
div.DivClassName
{
background-color: #682C8D;
}
.BgClassName
{
background-color: #682C8D;
}
</style>
border-color css
<style>
span { border-color: #682C8D; }
span { border-color: rgb(104,44,141); }
td.TdClassName
{
border-color: #682C8D;
}
.TagClassName
{
border-color: #682C8D;
}
</style>