Shades of Kingfisher Daisy #64398B
Tints of Kingfisher Daisy #64398B
RGB
CMYK
RGB Variations
Color information
#64398B (or 0x64398B) is known color: Kingfisher Daisy. HEX triplet: 64, 39 and 8B. RGB value is (100,57,139). Sum of RGB (Red+Green+Blue) = 100+57+139=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 139 (54.69% from 255 or 46.96% from 296); Max value from RGB is 139 - color contains mainly: blue. Hex color #64398B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64398B is #9BC674. Grayscale: #4E4E4E. Windows color (decimal): -10208885 or 9124196. OLE color: 9124196.
HSL color Cylindrical-coordinate representation of color #64398B: hue angle of 271.46º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64398B is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 57 | 139 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.45 |
| HSL | 271.46º | 0.42% | 0.38% | - |
| HSV(B) | 271.46º | 0.59% | 0.55% | - |
| XYZ | 11.38 | 7.5 | 25.27 | - |
| YUV | 79.21 | 161.75 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 57 | 139 | 0.28 | 0.59 | 0 | 0.45 | 271.46 | 0.42 | 0.38 |
| Hex | 64 | 39 | 8B | 1C | 3B | 0 | 2D | 10F | 2A | 26 |
| Octal | 144 | 71 | 213 | 34 | 73 | 0 | 55 | 417 | 52 | 46 |
| Binary | 1100100 | 111001 | 10001011 | 11100 | 111011 | 0 | 101101 | 100001111 | 101010 | 100110 |
Color Harmonies of #64398B
Complementary color
Monochromatic Colors of #64398B
Black with #64398B
Text Example
Text Example
White with #64398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64398B; }
p { color: rgb(100,57,139); }
H1.HeaderClassName
{
color: #64398B;
}
.AnyTagClassName
{
color: #64398B;
}
</style>
background-color css
<style>
a { background-color: #64398B; }
a { background-color: rgb(100,57,139); }
div.DivClassName
{
background-color: #64398B;
}
.BgClassName
{
background-color: #64398B;
}
</style>
border-color css
<style>
span { border-color: #64398B; }
span { border-color: rgb(100,57,139); }
td.TdClassName
{
border-color: #64398B;
}
.TagClassName
{
border-color: #64398B;
}
</style>