Shades of Kingfisher Daisy #64378A
Tints of Kingfisher Daisy #64378A
RGB
CMYK
RGB Variations
Color information
#64378A (or 0x64378A) is known color: Kingfisher Daisy. HEX triplet: 64, 37 and 8A. RGB value is (100,55,138). Sum of RGB (Red+Green+Blue) = 100+55+138=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #64378A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64378A is #9BC875. Grayscale: #4D4D4D. Windows color (decimal): -10209398 or 9058148. OLE color: 9058148.
HSL color Cylindrical-coordinate representation of color #64378A: hue angle of 272.53º 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 #64378A is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 55 | 138 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.46 |
| HSL | 272.53º | 0.43% | 0.38% | - |
| HSV(B) | 272.53º | 0.6% | 0.54% | - |
| XYZ | 11.21 | 7.28 | 24.86 | - |
| YUV | 77.92 | 161.91 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 55 | 138 | 0.28 | 0.60 | 0 | 0.46 | 272.53 | 0.43 | 0.38 |
| Hex | 64 | 37 | 8A | 1C | 3C | 0 | 2E | 111 | 2B | 26 |
| Octal | 144 | 67 | 212 | 34 | 74 | 0 | 56 | 421 | 53 | 46 |
| Binary | 1100100 | 110111 | 10001010 | 11100 | 111100 | 0 | 101110 | 100010001 | 101011 | 100110 |
Color Harmonies of #64378A
Complementary color
Monochromatic Colors of #64378A
Black with #64378A
Text Example
Text Example
White with #64378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64378A; }
p { color: rgb(100,55,138); }
H1.HeaderClassName
{
color: #64378A;
}
.AnyTagClassName
{
color: #64378A;
}
</style>
background-color css
<style>
a { background-color: #64378A; }
a { background-color: rgb(100,55,138); }
div.DivClassName
{
background-color: #64378A;
}
.BgClassName
{
background-color: #64378A;
}
</style>
border-color css
<style>
span { border-color: #64378A; }
span { border-color: rgb(100,55,138); }
td.TdClassName
{
border-color: #64378A;
}
.TagClassName
{
border-color: #64378A;
}
</style>