Shades of Kingfisher Daisy #67378B
Tints of Kingfisher Daisy #67378B
RGB
CMYK
RGB Variations
Color information
#67378B (or 0x67378B) is known color: Kingfisher Daisy. HEX triplet: 67, 37 and 8B. RGB value is (103,55,139). Sum of RGB (Red+Green+Blue) = 103+55+139=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #67378B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67378B is #98C874. Grayscale: #4E4E4E. Windows color (decimal): -10012789 or 9123687. OLE color: 9123687.
HSL color Cylindrical-coordinate representation of color #67378B: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67378B is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 103 | 55 | 139 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.45 |
| HSL | 274.29º | 0.43% | 0.38% | - |
| HSV(B) | 274.29º | 0.6% | 0.55% | - |
| XYZ | 11.62 | 7.48 | 25.26 | - |
| YUV | 78.93 | 161.9 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 139 | 0.26 | 0.60 | 0 | 0.45 | 274.29 | 0.43 | 0.38 |
| Hex | 67 | 37 | 8B | 1A | 3C | 0 | 2D | 112 | 2B | 26 |
| Octal | 147 | 67 | 213 | 32 | 74 | 0 | 55 | 422 | 53 | 46 |
| Binary | 1100111 | 110111 | 10001011 | 11010 | 111100 | 0 | 101101 | 100010010 | 101011 | 100110 |
Color Harmonies of #67378B
Complementary color
Monochromatic Colors of #67378B
Black with #67378B
Text Example
Text Example
White with #67378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67378B; }
p { color: rgb(103,55,139); }
H1.HeaderClassName
{
color: #67378B;
}
.AnyTagClassName
{
color: #67378B;
}
</style>
background-color css
<style>
a { background-color: #67378B; }
a { background-color: rgb(103,55,139); }
div.DivClassName
{
background-color: #67378B;
}
.BgClassName
{
background-color: #67378B;
}
</style>
border-color css
<style>
span { border-color: #67378B; }
span { border-color: rgb(103,55,139); }
td.TdClassName
{
border-color: #67378B;
}
.TagClassName
{
border-color: #67378B;
}
</style>