Shades of Kingfisher Daisy #68348C
Tints of Kingfisher Daisy #68348C
RGB
CMYK
RGB Variations
Color information
#68348C (or 0x68348C) is known color: Kingfisher Daisy. HEX triplet: 68, 34 and 8C. RGB value is (104,52,140). Sum of RGB (Red+Green+Blue) = 104+52+140=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 140 (55.08% from 255 or 47.30% from 296); Max value from RGB is 140 - color contains mainly: blue. Hex color #68348C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68348C is #97CB73. Grayscale: #4D4D4D. Windows color (decimal): -9948020 or 9188456. OLE color: 9188456.
HSL color Cylindrical-coordinate representation of color #68348C: hue angle of 275.45º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68348C is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 52 | 140 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.45 |
| HSL | 275.45º | 0.46% | 0.38% | - |
| HSV(B) | 275.45º | 0.63% | 0.55% | - |
| XYZ | 11.67 | 7.29 | 25.6 | - |
| YUV | 77.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 52 | 140 | 0.26 | 0.63 | 0 | 0.45 | 275.45 | 0.46 | 0.38 |
| Hex | 68 | 34 | 8C | 1A | 3F | 0 | 2D | 113 | 2E | 26 |
| Octal | 150 | 64 | 214 | 32 | 77 | 0 | 55 | 423 | 56 | 46 |
| Binary | 1101000 | 110100 | 10001100 | 11010 | 111111 | 0 | 101101 | 100010011 | 101110 | 100110 |
Color Harmonies of #68348C
Complementary color
Monochromatic Colors of #68348C
Black with #68348C
Text Example
Text Example
White with #68348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68348C; }
p { color: rgb(104,52,140); }
H1.HeaderClassName
{
color: #68348C;
}
.AnyTagClassName
{
color: #68348C;
}
</style>
background-color css
<style>
a { background-color: #68348C; }
a { background-color: rgb(104,52,140); }
div.DivClassName
{
background-color: #68348C;
}
.BgClassName
{
background-color: #68348C;
}
</style>
border-color css
<style>
span { border-color: #68348C; }
span { border-color: rgb(104,52,140); }
td.TdClassName
{
border-color: #68348C;
}
.TagClassName
{
border-color: #68348C;
}
</style>