Shades of Kingfisher Daisy #68268E
Tints of Kingfisher Daisy #68268E
RGB
CMYK
RGB Variations
Color information
#68268E (or 0x68268E) is known color: Kingfisher Daisy. HEX triplet: 68, 26 and 8E. RGB value is (104,38,142). Sum of RGB (Red+Green+Blue) = 104+38+142=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #68268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68268E is #97D971. Grayscale: #454545. Windows color (decimal): -9951602 or 9315944. OLE color: 9315944.
HSL color Cylindrical-coordinate representation of color #68268E: hue angle of 278.08º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68268E is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 38 | 142 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.44 |
| HSL | 278.08º | 0.58% | 0.35% | - |
| HSV(B) | 278.08º | 0.73% | 0.56% | - |
| XYZ | 11.28 | 6.28 | 26.21 | - |
| YUV | 69.59 | 168.87 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 38 | 142 | 0.27 | 0.73 | 0 | 0.44 | 278.08 | 0.58 | 0.35 |
| Hex | 68 | 26 | 8E | 1B | 49 | 0 | 2C | 116 | 3A | 23 |
| Octal | 150 | 46 | 216 | 33 | 111 | 0 | 54 | 426 | 72 | 43 |
| Binary | 1101000 | 100110 | 10001110 | 11011 | 1001001 | 0 | 101100 | 100010110 | 111010 | 100011 |
Color Harmonies of #68268E
Complementary color
Monochromatic Colors of #68268E
Black with #68268E
Text Example
Text Example
White with #68268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68268E; }
p { color: rgb(104,38,142); }
H1.HeaderClassName
{
color: #68268E;
}
.AnyTagClassName
{
color: #68268E;
}
</style>
background-color css
<style>
a { background-color: #68268E; }
a { background-color: rgb(104,38,142); }
div.DivClassName
{
background-color: #68268E;
}
.BgClassName
{
background-color: #68268E;
}
</style>
border-color css
<style>
span { border-color: #68268E; }
span { border-color: rgb(104,38,142); }
td.TdClassName
{
border-color: #68268E;
}
.TagClassName
{
border-color: #68268E;
}
</style>