Shades of Kingfisher Daisy #67248C
Tints of Kingfisher Daisy #67248C
RGB
CMYK
RGB Variations
Color information
#67248C (or 0x67248C) is known color: Kingfisher Daisy. HEX triplet: 67, 24 and 8C. RGB value is (103,36,140). Sum of RGB (Red+Green+Blue) = 103+36+140=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #67248C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67248C is #98DB73. Grayscale: #434343. Windows color (decimal): -10017652 or 9184359. OLE color: 9184359.
HSL color Cylindrical-coordinate representation of color #67248C: hue angle of 278.65º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67248C is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 36 | 140 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.45 |
| HSL | 278.65º | 0.59% | 0.35% | - |
| HSV(B) | 278.65º | 0.74% | 0.55% | - |
| XYZ | 10.96 | 6.04 | 25.4 | - |
| YUV | 67.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 140 | 0.26 | 0.74 | 0 | 0.45 | 278.65 | 0.59 | 0.35 |
| Hex | 67 | 24 | 8C | 1A | 4A | 0 | 2D | 117 | 3B | 23 |
| Octal | 147 | 44 | 214 | 32 | 112 | 0 | 55 | 427 | 73 | 43 |
| Binary | 1100111 | 100100 | 10001100 | 11010 | 1001010 | 0 | 101101 | 100010111 | 111011 | 100011 |
Color Harmonies of #67248C
Complementary color
Monochromatic Colors of #67248C
Black with #67248C
Text Example
Text Example
White with #67248C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67248C; }
p { color: rgb(103,36,140); }
H1.HeaderClassName
{
color: #67248C;
}
.AnyTagClassName
{
color: #67248C;
}
</style>
background-color css
<style>
a { background-color: #67248C; }
a { background-color: rgb(103,36,140); }
div.DivClassName
{
background-color: #67248C;
}
.BgClassName
{
background-color: #67248C;
}
</style>
border-color css
<style>
span { border-color: #67248C; }
span { border-color: rgb(103,36,140); }
td.TdClassName
{
border-color: #67248C;
}
.TagClassName
{
border-color: #67248C;
}
</style>