Shades of Kingfisher Daisy #64288B
Tints of Kingfisher Daisy #64288B
RGB
CMYK
RGB Variations
Color information
#64288B (or 0x64288B) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 8B. RGB value is (100,40,139). Sum of RGB (Red+Green+Blue) = 100+40+139=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #64288B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64288B is #9BD774. Grayscale: #444444. Windows color (decimal): -10213237 or 9119844. OLE color: 9119844.
HSL color Cylindrical-coordinate representation of color #64288B: hue angle of 276.36º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64288B is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 40 | 139 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.45 |
| HSL | 276.36º | 0.55% | 0.35% | - |
| HSV(B) | 276.36º | 0.71% | 0.55% | - |
| XYZ | 10.67 | 6.09 | 25.04 | - |
| YUV | 69.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 139 | 0.28 | 0.71 | 0 | 0.45 | 276.36 | 0.55 | 0.35 |
| Hex | 64 | 28 | 8B | 1C | 47 | 0 | 2D | 114 | 37 | 23 |
| Octal | 144 | 50 | 213 | 34 | 107 | 0 | 55 | 424 | 67 | 43 |
| Binary | 1100100 | 101000 | 10001011 | 11100 | 1000111 | 0 | 101101 | 100010100 | 110111 | 100011 |
Color Harmonies of #64288B
Complementary color
Monochromatic Colors of #64288B
Black with #64288B
Text Example
Text Example
White with #64288B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64288B; }
p { color: rgb(100,40,139); }
H1.HeaderClassName
{
color: #64288B;
}
.AnyTagClassName
{
color: #64288B;
}
</style>
background-color css
<style>
a { background-color: #64288B; }
a { background-color: rgb(100,40,139); }
div.DivClassName
{
background-color: #64288B;
}
.BgClassName
{
background-color: #64288B;
}
</style>
border-color css
<style>
span { border-color: #64288B; }
span { border-color: rgb(100,40,139); }
td.TdClassName
{
border-color: #64288B;
}
.TagClassName
{
border-color: #64288B;
}
</style>