Shades of Kingfisher Daisy #68358B
Tints of Kingfisher Daisy #68358B
RGB
CMYK
RGB Variations
Color information
#68358B (or 0x68358B) is known color: Kingfisher Daisy. HEX triplet: 68, 35 and 8B. RGB value is (104,53,139). Sum of RGB (Red+Green+Blue) = 104+53+139=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #68358B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68358B is #97CA74. Grayscale: #4D4D4D. Windows color (decimal): -9947765 or 9123176. OLE color: 9123176.
HSL color Cylindrical-coordinate representation of color #68358B: hue angle of 275.58º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #68358B is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 53 | 139 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.45 |
| HSL | 275.58º | 0.45% | 0.38% | - |
| HSV(B) | 275.58º | 0.62% | 0.55% | - |
| XYZ | 11.64 | 7.35 | 25.23 | - |
| YUV | 78.05 | 162.4 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 53 | 139 | 0.25 | 0.62 | 0 | 0.45 | 275.58 | 0.45 | 0.38 |
| Hex | 68 | 35 | 8B | 19 | 3E | 0 | 2D | 114 | 2D | 26 |
| Octal | 150 | 65 | 213 | 31 | 76 | 0 | 55 | 424 | 55 | 46 |
| Binary | 1101000 | 110101 | 10001011 | 11001 | 111110 | 0 | 101101 | 100010100 | 101101 | 100110 |
Color Harmonies of #68358B
Complementary color
Monochromatic Colors of #68358B
Black with #68358B
Text Example
Text Example
White with #68358B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68358B; }
p { color: rgb(104,53,139); }
H1.HeaderClassName
{
color: #68358B;
}
.AnyTagClassName
{
color: #68358B;
}
</style>
background-color css
<style>
a { background-color: #68358B; }
a { background-color: rgb(104,53,139); }
div.DivClassName
{
background-color: #68358B;
}
.BgClassName
{
background-color: #68358B;
}
</style>
border-color css
<style>
span { border-color: #68358B; }
span { border-color: rgb(104,53,139); }
td.TdClassName
{
border-color: #68358B;
}
.TagClassName
{
border-color: #68358B;
}
</style>