Shades of Kingfisher Daisy #67378A
Tints of Kingfisher Daisy #67378A
RGB
CMYK
RGB Variations
Color information
#67378A (or 0x67378A) is known color: Kingfisher Daisy. HEX triplet: 67, 37 and 8A. RGB value is (103,55,138). Sum of RGB (Red+Green+Blue) = 103+55+138=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #67378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67378A is #98C875. Grayscale: #4E4E4E. Windows color (decimal): -10012790 or 9058151. OLE color: 9058151.
HSL color Cylindrical-coordinate representation of color #67378A: hue angle of 274.7º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67378A is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 55 | 138 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.46 |
| HSL | 274.7º | 0.43% | 0.38% | - |
| HSV(B) | 274.7º | 0.6% | 0.54% | - |
| XYZ | 11.55 | 7.45 | 24.87 | - |
| YUV | 78.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 55 | 138 | 0.25 | 0.60 | 0 | 0.46 | 274.7 | 0.43 | 0.38 |
| Hex | 67 | 37 | 8A | 19 | 3C | 0 | 2E | 113 | 2B | 26 |
| Octal | 147 | 67 | 212 | 31 | 74 | 0 | 56 | 423 | 53 | 46 |
| Binary | 1100111 | 110111 | 10001010 | 11001 | 111100 | 0 | 101110 | 100010011 | 101011 | 100110 |
Color Harmonies of #67378A
Complementary color
Monochromatic Colors of #67378A
Black with #67378A
Text Example
Text Example
White with #67378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67378A; }
p { color: rgb(103,55,138); }
H1.HeaderClassName
{
color: #67378A;
}
.AnyTagClassName
{
color: #67378A;
}
</style>
background-color css
<style>
a { background-color: #67378A; }
a { background-color: rgb(103,55,138); }
div.DivClassName
{
background-color: #67378A;
}
.BgClassName
{
background-color: #67378A;
}
</style>
border-color css
<style>
span { border-color: #67378A; }
span { border-color: rgb(103,55,138); }
td.TdClassName
{
border-color: #67378A;
}
.TagClassName
{
border-color: #67378A;
}
</style>