Shades of Kingfisher Daisy #67328E
Tints of Kingfisher Daisy #67328E
RGB
CMYK
RGB Variations
Color information
#67328E (or 0x67328E) is known color: Kingfisher Daisy. HEX triplet: 67, 32 and 8E. RGB value is (103,50,142). Sum of RGB (Red+Green+Blue) = 103+50+142=295 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.92% from 295); Green value is 50 (19.92% from 255 or 16.95% from 295); Blue value is 142 (55.86% from 255 or 48.14% from 295); Max value from RGB is 142 - color contains mainly: blue. Hex color #67328E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67328E is #98CD71. Grayscale: #4C4C4C. Windows color (decimal): -10014066 or 9319015. OLE color: 9319015.
HSL color Cylindrical-coordinate representation of color #67328E: hue angle of 274.57º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #67328E is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 50 | 142 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.44 |
| HSL | 274.57º | 0.48% | 0.38% | - |
| HSV(B) | 274.57º | 0.65% | 0.56% | - |
| XYZ | 11.62 | 7.12 | 26.35 | - |
| YUV | 76.34 | 165.06 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 50 | 142 | 0.27 | 0.65 | 0 | 0.44 | 274.57 | 0.48 | 0.38 |
| Hex | 67 | 32 | 8E | 1B | 41 | 0 | 2C | 113 | 30 | 26 |
| Octal | 147 | 62 | 216 | 33 | 101 | 0 | 54 | 423 | 60 | 46 |
| Binary | 1100111 | 110010 | 10001110 | 11011 | 1000001 | 0 | 101100 | 100010011 | 110000 | 100110 |
Color Harmonies of #67328E
Complementary color
Monochromatic Colors of #67328E
Black with #67328E
Text Example
Text Example
White with #67328E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67328E; }
p { color: rgb(103,50,142); }
H1.HeaderClassName
{
color: #67328E;
}
.AnyTagClassName
{
color: #67328E;
}
</style>
background-color css
<style>
a { background-color: #67328E; }
a { background-color: rgb(103,50,142); }
div.DivClassName
{
background-color: #67328E;
}
.BgClassName
{
background-color: #67328E;
}
</style>
border-color css
<style>
span { border-color: #67328E; }
span { border-color: rgb(103,50,142); }
td.TdClassName
{
border-color: #67328E;
}
.TagClassName
{
border-color: #67328E;
}
</style>