Shades of Kingfisher Daisy #64328A
Tints of Kingfisher Daisy #64328A
RGB
CMYK
RGB Variations
Color information
#64328A (or 0x64328A) is known color: Kingfisher Daisy. HEX triplet: 64, 32 and 8A. RGB value is (100,50,138). Sum of RGB (Red+Green+Blue) = 100+50+138=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #64328A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64328A is #9BCD75. Grayscale: #4A4A4A. Windows color (decimal): -10210678 or 9056868. OLE color: 9056868.
HSL color Cylindrical-coordinate representation of color #64328A: hue angle of 274.09º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #64328A is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 50 | 138 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.46 |
| HSL | 274.09º | 0.47% | 0.37% | - |
| HSV(B) | 274.09º | 0.64% | 0.54% | - |
| XYZ | 10.98 | 6.83 | 24.78 | - |
| YUV | 74.98 | 163.57 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 50 | 138 | 0.28 | 0.64 | 0 | 0.46 | 274.09 | 0.47 | 0.37 |
| Hex | 64 | 32 | 8A | 1C | 40 | 0 | 2E | 112 | 2F | 25 |
| Octal | 144 | 62 | 212 | 34 | 100 | 0 | 56 | 422 | 57 | 45 |
| Binary | 1100100 | 110010 | 10001010 | 11100 | 1000000 | 0 | 101110 | 100010010 | 101111 | 100101 |
Color Harmonies of #64328A
Complementary color
Monochromatic Colors of #64328A
Black with #64328A
Text Example
Text Example
White with #64328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64328A; }
p { color: rgb(100,50,138); }
H1.HeaderClassName
{
color: #64328A;
}
.AnyTagClassName
{
color: #64328A;
}
</style>
background-color css
<style>
a { background-color: #64328A; }
a { background-color: rgb(100,50,138); }
div.DivClassName
{
background-color: #64328A;
}
.BgClassName
{
background-color: #64328A;
}
</style>
border-color css
<style>
span { border-color: #64328A; }
span { border-color: rgb(100,50,138); }
td.TdClassName
{
border-color: #64328A;
}
.TagClassName
{
border-color: #64328A;
}
</style>