Shades of Kingfisher Daisy #67238C
Tints of Kingfisher Daisy #67238C
RGB
CMYK
RGB Variations
Color information
#67238C (or 0x67238C) is known color: Kingfisher Daisy. HEX triplet: 67, 23 and 8C. RGB value is (103,35,140). Sum of RGB (Red+Green+Blue) = 103+35+140=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 140 (55.08% from 255 or 50.36% from 278); Max value from RGB is 140 - color contains mainly: blue. Hex color #67238C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67238C is #98DC73. Grayscale: #424242. Windows color (decimal): -10017908 or 9184103. OLE color: 9184103.
HSL color Cylindrical-coordinate representation of color #67238C: hue angle of 278.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #67238C is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 35 | 140 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.45 |
| HSL | 278.86º | 0.6% | 0.34% | - |
| HSV(B) | 278.86º | 0.75% | 0.55% | - |
| XYZ | 10.93 | 5.98 | 25.39 | - |
| YUV | 67.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 35 | 140 | 0.26 | 0.75 | 0 | 0.45 | 278.86 | 0.6 | 0.34 |
| Hex | 67 | 23 | 8C | 1A | 4B | 0 | 2D | 117 | 3C | 22 |
| Octal | 147 | 43 | 214 | 32 | 113 | 0 | 55 | 427 | 74 | 42 |
| Binary | 1100111 | 100011 | 10001100 | 11010 | 1001011 | 0 | 101101 | 100010111 | 111100 | 100010 |
Color Harmonies of #67238C
Complementary color
Monochromatic Colors of #67238C
Black with #67238C
Text Example
Text Example
White with #67238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67238C; }
p { color: rgb(103,35,140); }
H1.HeaderClassName
{
color: #67238C;
}
.AnyTagClassName
{
color: #67238C;
}
</style>
background-color css
<style>
a { background-color: #67238C; }
a { background-color: rgb(103,35,140); }
div.DivClassName
{
background-color: #67238C;
}
.BgClassName
{
background-color: #67238C;
}
</style>
border-color css
<style>
span { border-color: #67238C; }
span { border-color: rgb(103,35,140); }
td.TdClassName
{
border-color: #67238C;
}
.TagClassName
{
border-color: #67238C;
}
</style>