Shades of Kingfisher Daisy #68368C
Tints of Kingfisher Daisy #68368C
RGB
CMYK
RGB Variations
Color information
#68368C (or 0x68368C) is known color: Kingfisher Daisy. HEX triplet: 68, 36 and 8C. RGB value is (104,54,140). Sum of RGB (Red+Green+Blue) = 104+54+140=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #68368C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68368C is #97C973. Grayscale: #4E4E4E. Windows color (decimal): -9947508 or 9188968. OLE color: 9188968.
HSL color Cylindrical-coordinate representation of color #68368C: hue angle of 274.88º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #68368C is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 54 | 140 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.45 |
| HSL | 274.88º | 0.44% | 0.38% | - |
| HSV(B) | 274.88º | 0.61% | 0.55% | - |
| XYZ | 11.76 | 7.47 | 25.63 | - |
| YUV | 78.75 | 162.57 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 54 | 140 | 0.26 | 0.61 | 0 | 0.45 | 274.88 | 0.44 | 0.38 |
| Hex | 68 | 36 | 8C | 1A | 3D | 0 | 2D | 113 | 2C | 26 |
| Octal | 150 | 66 | 214 | 32 | 75 | 0 | 55 | 423 | 54 | 46 |
| Binary | 1101000 | 110110 | 10001100 | 11010 | 111101 | 0 | 101101 | 100010011 | 101100 | 100110 |
Color Harmonies of #68368C
Complementary color
Monochromatic Colors of #68368C
Black with #68368C
Text Example
Text Example
White with #68368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68368C; }
p { color: rgb(104,54,140); }
H1.HeaderClassName
{
color: #68368C;
}
.AnyTagClassName
{
color: #68368C;
}
</style>
background-color css
<style>
a { background-color: #68368C; }
a { background-color: rgb(104,54,140); }
div.DivClassName
{
background-color: #68368C;
}
.BgClassName
{
background-color: #68368C;
}
</style>
border-color css
<style>
span { border-color: #68368C; }
span { border-color: rgb(104,54,140); }
td.TdClassName
{
border-color: #68368C;
}
.TagClassName
{
border-color: #68368C;
}
</style>