Shades of Kingfisher Daisy #68288B
Tints of Kingfisher Daisy #68288B
RGB
CMYK
RGB Variations
Color information
#68288B (or 0x68288B) is known color: Kingfisher Daisy. HEX triplet: 68, 28 and 8B. RGB value is (104,40,139). Sum of RGB (Red+Green+Blue) = 104+40+139=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #68288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68288B is #97D774. Grayscale: #464646. Windows color (decimal): -9951093 or 9119848. OLE color: 9119848.
HSL color Cylindrical-coordinate representation of color #68288B: hue angle of 278.79º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68288B is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 40 | 139 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.45 |
| HSL | 278.79º | 0.55% | 0.35% | - |
| HSV(B) | 278.79º | 0.71% | 0.55% | - |
| XYZ | 11.13 | 6.32 | 25.06 | - |
| YUV | 70.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 40 | 139 | 0.25 | 0.71 | 0 | 0.45 | 278.79 | 0.55 | 0.35 |
| Hex | 68 | 28 | 8B | 19 | 47 | 0 | 2D | 117 | 37 | 23 |
| Octal | 150 | 50 | 213 | 31 | 107 | 0 | 55 | 427 | 67 | 43 |
| Binary | 1101000 | 101000 | 10001011 | 11001 | 1000111 | 0 | 101101 | 100010111 | 110111 | 100011 |
Color Harmonies of #68288B
Complementary color
Monochromatic Colors of #68288B
Black with #68288B
Text Example
Text Example
White with #68288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68288B; }
p { color: rgb(104,40,139); }
H1.HeaderClassName
{
color: #68288B;
}
.AnyTagClassName
{
color: #68288B;
}
</style>
background-color css
<style>
a { background-color: #68288B; }
a { background-color: rgb(104,40,139); }
div.DivClassName
{
background-color: #68288B;
}
.BgClassName
{
background-color: #68288B;
}
</style>
border-color css
<style>
span { border-color: #68288B; }
span { border-color: rgb(104,40,139); }
td.TdClassName
{
border-color: #68288B;
}
.TagClassName
{
border-color: #68288B;
}
</style>