Shades of Kingfisher Daisy #64388A
Tints of Kingfisher Daisy #64388A
RGB
CMYK
RGB Variations
Color information
#64388A (or 0x64388A) is known color: Kingfisher Daisy. HEX triplet: 64, 38 and 8A. RGB value is (100,56,138). Sum of RGB (Red+Green+Blue) = 100+56+138=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 138 (54.30% from 255 or 46.94% from 294); Max value from RGB is 138 - color contains mainly: blue. Hex color #64388A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64388A is #9BC775. Grayscale: #4E4E4E. Windows color (decimal): -10209142 or 9058404. OLE color: 9058404.
HSL color Cylindrical-coordinate representation of color #64388A: hue angle of 272.2º 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 #64388A is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 56 | 138 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.46 |
| HSL | 272.2º | 0.42% | 0.38% | - |
| HSV(B) | 272.2º | 0.59% | 0.54% | - |
| XYZ | 11.26 | 7.37 | 24.87 | - |
| YUV | 78.5 | 161.58 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 56 | 138 | 0.28 | 0.59 | 0 | 0.46 | 272.2 | 0.42 | 0.38 |
| Hex | 64 | 38 | 8A | 1C | 3B | 0 | 2E | 110 | 2A | 26 |
| Octal | 144 | 70 | 212 | 34 | 73 | 0 | 56 | 420 | 52 | 46 |
| Binary | 1100100 | 111000 | 10001010 | 11100 | 111011 | 0 | 101110 | 100010000 | 101010 | 100110 |
Color Harmonies of #64388A
Complementary color
Monochromatic Colors of #64388A
Black with #64388A
Text Example
Text Example
White with #64388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64388A; }
p { color: rgb(100,56,138); }
H1.HeaderClassName
{
color: #64388A;
}
.AnyTagClassName
{
color: #64388A;
}
</style>
background-color css
<style>
a { background-color: #64388A; }
a { background-color: rgb(100,56,138); }
div.DivClassName
{
background-color: #64388A;
}
.BgClassName
{
background-color: #64388A;
}
</style>
border-color css
<style>
span { border-color: #64388A; }
span { border-color: rgb(100,56,138); }
td.TdClassName
{
border-color: #64388A;
}
.TagClassName
{
border-color: #64388A;
}
</style>