Shades of Kingfisher Daisy #68308F
Tints of Kingfisher Daisy #68308F
RGB
CMYK
RGB Variations
Color information
#68308F (or 0x68308F) is known color: Kingfisher Daisy. HEX triplet: 68, 30 and 8F. RGB value is (104,48,143). Sum of RGB (Red+Green+Blue) = 104+48+143=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #68308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68308F is #97CF70. Grayscale: #4B4B4B. Windows color (decimal): -9949041 or 9384040. OLE color: 9384040.
HSL color Cylindrical-coordinate representation of color #68308F: hue angle of 275.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68308F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 48 | 143 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.44 |
| HSL | 275.37º | 0.5% | 0.37% | - |
| HSV(B) | 275.37º | 0.66% | 0.56% | - |
| XYZ | 11.72 | 7.04 | 26.73 | - |
| YUV | 75.57 | 166.05 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 48 | 143 | 0.27 | 0.66 | 0 | 0.44 | 275.37 | 0.5 | 0.37 |
| Hex | 68 | 30 | 8F | 1B | 42 | 0 | 2C | 113 | 32 | 25 |
| Octal | 150 | 60 | 217 | 33 | 102 | 0 | 54 | 423 | 62 | 45 |
| Binary | 1101000 | 110000 | 10001111 | 11011 | 1000010 | 0 | 101100 | 100010011 | 110010 | 100101 |
Color Harmonies of #68308F
Complementary color
Monochromatic Colors of #68308F
Black with #68308F
Text Example
Text Example
White with #68308F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68308F; }
p { color: rgb(104,48,143); }
H1.HeaderClassName
{
color: #68308F;
}
.AnyTagClassName
{
color: #68308F;
}
</style>
background-color css
<style>
a { background-color: #68308F; }
a { background-color: rgb(104,48,143); }
div.DivClassName
{
background-color: #68308F;
}
.BgClassName
{
background-color: #68308F;
}
</style>
border-color css
<style>
span { border-color: #68308F; }
span { border-color: rgb(104,48,143); }
td.TdClassName
{
border-color: #68308F;
}
.TagClassName
{
border-color: #68308F;
}
</style>