Shades of Kingfisher Daisy #64398A
Tints of Kingfisher Daisy #64398A
RGB
CMYK
RGB Variations
Color information
#64398A (or 0x64398A) is known color: Kingfisher Daisy. HEX triplet: 64, 39 and 8A. RGB value is (100,57,138). Sum of RGB (Red+Green+Blue) = 100+57+138=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 57 (22.66% from 255 or 19.32% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #64398A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64398A is #9BC675. Grayscale: #4E4E4E. Windows color (decimal): -10208886 or 9058660. OLE color: 9058660.
HSL color Cylindrical-coordinate representation of color #64398A: hue angle of 271.85º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64398A is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 57 | 138 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.46 |
| HSL | 271.85º | 0.42% | 0.38% | - |
| HSV(B) | 271.85º | 0.59% | 0.54% | - |
| XYZ | 11.31 | 7.47 | 24.89 | - |
| YUV | 79.09 | 161.25 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 138 | 0.28 | 0.59 | 0 | 0.46 | 271.85 | 0.42 | 0.38 |
| Hex | 64 | 39 | 8A | 1C | 3B | 0 | 2E | 110 | 2A | 26 |
| Octal | 144 | 71 | 212 | 34 | 73 | 0 | 56 | 420 | 52 | 46 |
| Binary | 1100100 | 111001 | 10001010 | 11100 | 111011 | 0 | 101110 | 100010000 | 101010 | 100110 |
Color Harmonies of #64398A
Complementary color
Monochromatic Colors of #64398A
Black with #64398A
Text Example
Text Example
White with #64398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64398A; }
p { color: rgb(100,57,138); }
H1.HeaderClassName
{
color: #64398A;
}
.AnyTagClassName
{
color: #64398A;
}
</style>
background-color css
<style>
a { background-color: #64398A; }
a { background-color: rgb(100,57,138); }
div.DivClassName
{
background-color: #64398A;
}
.BgClassName
{
background-color: #64398A;
}
</style>
border-color css
<style>
span { border-color: #64398A; }
span { border-color: rgb(100,57,138); }
td.TdClassName
{
border-color: #64398A;
}
.TagClassName
{
border-color: #64398A;
}
</style>