Shades of Kingfisher Daisy #682192
Tints of Kingfisher Daisy #682192
RGB
CMYK
RGB Variations
Color information
#682192 (or 0x682192) is known color: Kingfisher Daisy. HEX triplet: 68, 21 and 92. RGB value is (104,33,146). Sum of RGB (Red+Green+Blue) = 104+33+146=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #682192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682192 is #97DE6D. Grayscale: #424242. Windows color (decimal): -9952878 or 9576808. OLE color: 9576808.
HSL color Cylindrical-coordinate representation of color #682192: hue angle of 277.7º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #682192 is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 33 | 146 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.43 |
| HSL | 277.7º | 0.63% | 0.35% | - |
| HSV(B) | 277.7º | 0.77% | 0.57% | - |
| XYZ | 11.44 | 6.11 | 27.77 | - |
| YUV | 67.11 | 172.52 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 33 | 146 | 0.29 | 0.77 | 0 | 0.43 | 277.7 | 0.63 | 0.35 |
| Hex | 68 | 21 | 92 | 1D | 4D | 0 | 2B | 116 | 3F | 23 |
| Octal | 150 | 41 | 222 | 35 | 115 | 0 | 53 | 426 | 77 | 43 |
| Binary | 1101000 | 100001 | 10010010 | 11101 | 1001101 | 0 | 101011 | 100010110 | 111111 | 100011 |
Color Harmonies of #682192
Complementary color
Monochromatic Colors of #682192
Black with #682192
Text Example
Text Example
White with #682192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682192; }
p { color: rgb(104,33,146); }
H1.HeaderClassName
{
color: #682192;
}
.AnyTagClassName
{
color: #682192;
}
</style>
background-color css
<style>
a { background-color: #682192; }
a { background-color: rgb(104,33,146); }
div.DivClassName
{
background-color: #682192;
}
.BgClassName
{
background-color: #682192;
}
</style>
border-color css
<style>
span { border-color: #682192; }
span { border-color: rgb(104,33,146); }
td.TdClassName
{
border-color: #682192;
}
.TagClassName
{
border-color: #682192;
}
</style>