Shades of Kingfisher Daisy #68258E
Tints of Kingfisher Daisy #68258E
RGB
CMYK
RGB Variations
Color information
#68258E (or 0x68258E) is known color: Kingfisher Daisy. HEX triplet: 68, 25 and 8E. RGB value is (104,37,142). Sum of RGB (Red+Green+Blue) = 104+37+142=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 142 (55.86% from 255 or 50.18% from 283); Max value from RGB is 142 - color contains mainly: blue. Hex color #68258E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68258E is #97DA71. Grayscale: #444444. Windows color (decimal): -9951858 or 9315688. OLE color: 9315688.
HSL color Cylindrical-coordinate representation of color #68258E: hue angle of 278.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #68258E is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 37 | 142 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.44 |
| HSL | 278.29º | 0.59% | 0.35% | - |
| HSV(B) | 278.29º | 0.74% | 0.56% | - |
| XYZ | 11.25 | 6.22 | 26.2 | - |
| YUV | 69 | 169.2 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 37 | 142 | 0.27 | 0.74 | 0 | 0.44 | 278.29 | 0.59 | 0.35 |
| Hex | 68 | 25 | 8E | 1B | 4A | 0 | 2C | 116 | 3B | 23 |
| Octal | 150 | 45 | 216 | 33 | 112 | 0 | 54 | 426 | 73 | 43 |
| Binary | 1101000 | 100101 | 10001110 | 11011 | 1001010 | 0 | 101100 | 100010110 | 111011 | 100011 |
Color Harmonies of #68258E
Complementary color
Monochromatic Colors of #68258E
Black with #68258E
Text Example
Text Example
White with #68258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68258E; }
p { color: rgb(104,37,142); }
H1.HeaderClassName
{
color: #68258E;
}
.AnyTagClassName
{
color: #68258E;
}
</style>
background-color css
<style>
a { background-color: #68258E; }
a { background-color: rgb(104,37,142); }
div.DivClassName
{
background-color: #68258E;
}
.BgClassName
{
background-color: #68258E;
}
</style>
border-color css
<style>
span { border-color: #68258E; }
span { border-color: rgb(104,37,142); }
td.TdClassName
{
border-color: #68258E;
}
.TagClassName
{
border-color: #68258E;
}
</style>