Shades of Kingfisher Daisy #68258D
Tints of Kingfisher Daisy #68258D
RGB
CMYK
RGB Variations
Color information
#68258D (or 0x68258D) is known color: Kingfisher Daisy. HEX triplet: 68, 25 and 8D. RGB value is (104,37,141). Sum of RGB (Red+Green+Blue) = 104+37+141=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #68258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68258D is #97DA72. Grayscale: #444444. Windows color (decimal): -9951859 or 9250152. OLE color: 9250152.
HSL color Cylindrical-coordinate representation of color #68258D: hue angle of 278.65º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68258D is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 37 | 141 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.45 |
| HSL | 278.65º | 0.58% | 0.35% | - |
| HSV(B) | 278.65º | 0.74% | 0.55% | - |
| XYZ | 11.18 | 6.19 | 25.8 | - |
| YUV | 68.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 141 | 0.26 | 0.74 | 0 | 0.45 | 278.65 | 0.58 | 0.35 |
| Hex | 68 | 25 | 8D | 1A | 4A | 0 | 2D | 117 | 3A | 23 |
| Octal | 150 | 45 | 215 | 32 | 112 | 0 | 55 | 427 | 72 | 43 |
| Binary | 1101000 | 100101 | 10001101 | 11010 | 1001010 | 0 | 101101 | 100010111 | 111010 | 100011 |
Color Harmonies of #68258D
Complementary color
Monochromatic Colors of #68258D
Black with #68258D
Text Example
Text Example
White with #68258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68258D; }
p { color: rgb(104,37,141); }
H1.HeaderClassName
{
color: #68258D;
}
.AnyTagClassName
{
color: #68258D;
}
</style>
background-color css
<style>
a { background-color: #68258D; }
a { background-color: rgb(104,37,141); }
div.DivClassName
{
background-color: #68258D;
}
.BgClassName
{
background-color: #68258D;
}
</style>
border-color css
<style>
span { border-color: #68258D; }
span { border-color: rgb(104,37,141); }
td.TdClassName
{
border-color: #68258D;
}
.TagClassName
{
border-color: #68258D;
}
</style>