Shades of Kingfisher Daisy #682E8C
Tints of Kingfisher Daisy #682E8C
RGB
CMYK
RGB Variations
Color information
#682E8C (or 0x682E8C) is known color: Kingfisher Daisy. HEX triplet: 68, 2E and 8C. RGB value is (104,46,140). Sum of RGB (Red+Green+Blue) = 104+46+140=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 46 (18.36% from 255 or 15.86% from 290); Blue value is 140 (55.08% from 255 or 48.28% from 290); Max value from RGB is 140 - color contains mainly: blue. Hex color #682E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682E8C is #97D173. Grayscale: #494949. Windows color (decimal): -9949556 or 9186920. OLE color: 9186920.
HSL color Cylindrical-coordinate representation of color #682E8C: hue angle of 277.02º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #682E8C is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 46 | 140 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.45 |
| HSL | 277.02º | 0.51% | 0.36% | - |
| HSV(B) | 277.02º | 0.67% | 0.55% | - |
| XYZ | 11.42 | 6.79 | 25.52 | - |
| YUV | 74.06 | 165.22 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 46 | 140 | 0.26 | 0.67 | 0 | 0.45 | 277.02 | 0.51 | 0.36 |
| Hex | 68 | 2E | 8C | 1A | 43 | 0 | 2D | 115 | 33 | 24 |
| Octal | 150 | 56 | 214 | 32 | 103 | 0 | 55 | 425 | 63 | 44 |
| Binary | 1101000 | 101110 | 10001100 | 11010 | 1000011 | 0 | 101101 | 100010101 | 110011 | 100100 |
Color Harmonies of #682E8C
Complementary color
Monochromatic Colors of #682E8C
Black with #682E8C
Text Example
Text Example
White with #682E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #682E8C; }
p { color: rgb(104,46,140); }
H1.HeaderClassName
{
color: #682E8C;
}
.AnyTagClassName
{
color: #682E8C;
}
</style>
background-color css
<style>
a { background-color: #682E8C; }
a { background-color: rgb(104,46,140); }
div.DivClassName
{
background-color: #682E8C;
}
.BgClassName
{
background-color: #682E8C;
}
</style>
border-color css
<style>
span { border-color: #682E8C; }
span { border-color: rgb(104,46,140); }
td.TdClassName
{
border-color: #682E8C;
}
.TagClassName
{
border-color: #682E8C;
}
</style>