Shades of Kingfisher Daisy #682885
Tints of Kingfisher Daisy #682885
RGB
CMYK
RGB Variations
Color information
#682885 (or 0x682885) is known color: Kingfisher Daisy. HEX triplet: 68, 28 and 85. RGB value is (104,40,133). Sum of RGB (Red+Green+Blue) = 104+40+133=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #682885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682885 is #97D77A. Grayscale: #454545. Windows color (decimal): -9951099 or 8726632. OLE color: 8726632.
HSL color Cylindrical-coordinate representation of color #682885: hue angle of 281.29º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682885 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 40 | 133 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.48 |
| HSL | 281.29º | 0.54% | 0.34% | - |
| HSV(B) | 281.29º | 0.7% | 0.52% | - |
| XYZ | 10.7 | 6.15 | 22.81 | - |
| YUV | 69.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 133 | 0.22 | 0.70 | 0 | 0.48 | 281.29 | 0.54 | 0.34 |
| Hex | 68 | 28 | 85 | 16 | 46 | 0 | 30 | 119 | 36 | 22 |
| Octal | 150 | 50 | 205 | 26 | 106 | 0 | 60 | 431 | 66 | 42 |
| Binary | 1101000 | 101000 | 10000101 | 10110 | 1000110 | 0 | 110000 | 100011001 | 110110 | 100010 |
Color Harmonies of #682885
Complementary color
Monochromatic Colors of #682885
Black with #682885
Text Example
Text Example
White with #682885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682885; }
p { color: rgb(104,40,133); }
H1.HeaderClassName
{
color: #682885;
}
.AnyTagClassName
{
color: #682885;
}
</style>
background-color css
<style>
a { background-color: #682885; }
a { background-color: rgb(104,40,133); }
div.DivClassName
{
background-color: #682885;
}
.BgClassName
{
background-color: #682885;
}
</style>
border-color css
<style>
span { border-color: #682885; }
span { border-color: rgb(104,40,133); }
td.TdClassName
{
border-color: #682885;
}
.TagClassName
{
border-color: #682885;
}
</style>