Shades of Kingfisher Daisy #68338D
Tints of Kingfisher Daisy #68338D
RGB
CMYK
RGB Variations
Color information
#68338D (or 0x68338D) is known color: Kingfisher Daisy. HEX triplet: 68, 33 and 8D. RGB value is (104,51,141). Sum of RGB (Red+Green+Blue) = 104+51+141=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #68338D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68338D is #97CC72. Grayscale: #4C4C4C. Windows color (decimal): -9948275 or 9253736. OLE color: 9253736.
HSL color Cylindrical-coordinate representation of color #68338D: hue angle of 275.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #68338D is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 51 | 141 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.45 |
| HSL | 275.33º | 0.47% | 0.38% | - |
| HSV(B) | 275.33º | 0.64% | 0.55% | - |
| XYZ | 11.7 | 7.23 | 25.98 | - |
| YUV | 77.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 51 | 141 | 0.26 | 0.64 | 0 | 0.45 | 275.33 | 0.47 | 0.38 |
| Hex | 68 | 33 | 8D | 1A | 40 | 0 | 2D | 113 | 2F | 26 |
| Octal | 150 | 63 | 215 | 32 | 100 | 0 | 55 | 423 | 57 | 46 |
| Binary | 1101000 | 110011 | 10001101 | 11010 | 1000000 | 0 | 101101 | 100010011 | 101111 | 100110 |
Color Harmonies of #68338D
Complementary color
Monochromatic Colors of #68338D
Black with #68338D
Text Example
Text Example
White with #68338D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68338D; }
p { color: rgb(104,51,141); }
H1.HeaderClassName
{
color: #68338D;
}
.AnyTagClassName
{
color: #68338D;
}
</style>
background-color css
<style>
a { background-color: #68338D; }
a { background-color: rgb(104,51,141); }
div.DivClassName
{
background-color: #68338D;
}
.BgClassName
{
background-color: #68338D;
}
</style>
border-color css
<style>
span { border-color: #68338D; }
span { border-color: rgb(104,51,141); }
td.TdClassName
{
border-color: #68338D;
}
.TagClassName
{
border-color: #68338D;
}
</style>