Shades of Kingfisher Daisy #64288C
Tints of Kingfisher Daisy #64288C
RGB
CMYK
RGB Variations
Color information
#64288C (or 0x64288C) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 8C. RGB value is (100,40,140). Sum of RGB (Red+Green+Blue) = 100+40+140=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #64288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64288C is #9BD773. Grayscale: #454545. Windows color (decimal): -10213236 or 9185380. OLE color: 9185380.
HSL color Cylindrical-coordinate representation of color #64288C: hue angle of 276º degrees, saturation: 0.56, 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 #64288C is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 40 | 140 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.45 |
| HSL | 276º | 0.56% | 0.35% | - |
| HSV(B) | 276º | 0.71% | 0.55% | - |
| XYZ | 10.75 | 6.12 | 25.43 | - |
| YUV | 69.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 140 | 0.29 | 0.71 | 0 | 0.45 | 276 | 0.56 | 0.35 |
| Hex | 64 | 28 | 8C | 1D | 47 | 0 | 2D | 114 | 38 | 23 |
| Octal | 144 | 50 | 214 | 35 | 107 | 0 | 55 | 424 | 70 | 43 |
| Binary | 1100100 | 101000 | 10001100 | 11101 | 1000111 | 0 | 101101 | 100010100 | 111000 | 100011 |
Color Harmonies of #64288C
Complementary color
Monochromatic Colors of #64288C
Black with #64288C
Text Example
Text Example
White with #64288C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64288C; }
p { color: rgb(100,40,140); }
H1.HeaderClassName
{
color: #64288C;
}
.AnyTagClassName
{
color: #64288C;
}
</style>
background-color css
<style>
a { background-color: #64288C; }
a { background-color: rgb(100,40,140); }
div.DivClassName
{
background-color: #64288C;
}
.BgClassName
{
background-color: #64288C;
}
</style>
border-color css
<style>
span { border-color: #64288C; }
span { border-color: rgb(100,40,140); }
td.TdClassName
{
border-color: #64288C;
}
.TagClassName
{
border-color: #64288C;
}
</style>