Shades of Kingfisher Daisy #682190
Tints of Kingfisher Daisy #682190
RGB
CMYK
RGB Variations
Color information
#682190 (or 0x682190) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 90. RGB value is (104,33,144). Sum of RGB (Red+Green+Blue) = 104+33+144=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 144 (56.64% from 255 or 51.25% from 281); Max value from RGB is 144 - color contains mainly: blue. Hex color #682190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682190 is #97DE6F. Grayscale: #424242. Windows color (decimal): -9952880 or 9445736. OLE color: 9445736.
HSL color Cylindrical-coordinate representation of color #682190: hue angle of 278.38º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682190 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 33 | 144 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.44 |
| HSL | 278.38º | 0.63% | 0.35% | - |
| HSV(B) | 278.38º | 0.77% | 0.56% | - |
| XYZ | 11.29 | 6.04 | 26.96 | - |
| YUV | 66.88 | 171.52 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 144 | 0.28 | 0.77 | 0 | 0.44 | 278.38 | 0.63 | 0.35 |
| Hex | 68 | 21 | 90 | 1C | 4D | 0 | 2C | 116 | 3F | 23 |
| Octal | 150 | 41 | 220 | 34 | 115 | 0 | 54 | 426 | 77 | 43 |
| Binary | 1101000 | 100001 | 10010000 | 11100 | 1001101 | 0 | 101100 | 100010110 | 111111 | 100011 |
Color Harmonies of #682190
Complementary color
Monochromatic Colors of #682190
Black with #682190
Text Example
Text Example
White with #682190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682190; }
p { color: rgb(104,33,144); }
H1.HeaderClassName
{
color: #682190;
}
.AnyTagClassName
{
color: #682190;
}
</style>
background-color css
<style>
a { background-color: #682190; }
a { background-color: rgb(104,33,144); }
div.DivClassName
{
background-color: #682190;
}
.BgClassName
{
background-color: #682190;
}
</style>
border-color css
<style>
span { border-color: #682190; }
span { border-color: rgb(104,33,144); }
td.TdClassName
{
border-color: #682190;
}
.TagClassName
{
border-color: #682190;
}
</style>