Shades of Kingfisher Daisy #682086
Tints of Kingfisher Daisy #682086
RGB
CMYK
RGB Variations
Color information
#682086 (or 0x682086) is known color: Kingfisher Daisy. HEX triplet: 68, 20 and 86. RGB value is (104,32,134). Sum of RGB (Red+Green+Blue) = 104+32+134=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 32 (12.89% from 255 or 11.85% from 270); Blue value is 134 (52.73% from 255 or 49.63% from 270); Max value from RGB is 134 - color contains mainly: blue. Hex color #682086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682086 is #97DF79. Grayscale: #404040. Windows color (decimal): -9953146 or 8790120. OLE color: 8790120.
HSL color Cylindrical-coordinate representation of color #682086: hue angle of 282.35º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #682086 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 32 | 134 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.47 |
| HSL | 282.35º | 0.61% | 0.33% | - |
| HSV(B) | 282.35º | 0.76% | 0.53% | - |
| XYZ | 10.53 | 5.7 | 23.1 | - |
| YUV | 65.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 32 | 134 | 0.22 | 0.76 | 0 | 0.47 | 282.35 | 0.61 | 0.33 |
| Hex | 68 | 20 | 86 | 16 | 4C | 0 | 2F | 11A | 3D | 21 |
| Octal | 150 | 40 | 206 | 26 | 114 | 0 | 57 | 432 | 75 | 41 |
| Binary | 1101000 | 100000 | 10000110 | 10110 | 1001100 | 0 | 101111 | 100011010 | 111101 | 100001 |
Color Harmonies of #682086
Complementary color
Monochromatic Colors of #682086
Black with #682086
Text Example
Text Example
White with #682086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682086; }
p { color: rgb(104,32,134); }
H1.HeaderClassName
{
color: #682086;
}
.AnyTagClassName
{
color: #682086;
}
</style>
background-color css
<style>
a { background-color: #682086; }
a { background-color: rgb(104,32,134); }
div.DivClassName
{
background-color: #682086;
}
.BgClassName
{
background-color: #682086;
}
</style>
border-color css
<style>
span { border-color: #682086; }
span { border-color: rgb(104,32,134); }
td.TdClassName
{
border-color: #682086;
}
.TagClassName
{
border-color: #682086;
}
</style>