Shades of Kingfisher Daisy #64258D
Tints of Kingfisher Daisy #64258D
RGB
CMYK
RGB Variations
Color information
#64258D (or 0x64258D) is known color: Kingfisher Daisy. HEX triplet: 64, 25 and 8D. RGB value is (100,37,141). Sum of RGB (Red+Green+Blue) = 100+37+141=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 141 (55.47% from 255 or 50.72% from 278); Max value from RGB is 141 - color contains mainly: blue. Hex color #64258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64258D is #9BDA72. Grayscale: #434343. Windows color (decimal): -10214003 or 9250148. OLE color: 9250148.
HSL color Cylindrical-coordinate representation of color #64258D: hue angle of 276.35º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64258D is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 37 | 141 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.45 |
| HSL | 276.35º | 0.58% | 0.35% | - |
| HSV(B) | 276.35º | 0.74% | 0.55% | - |
| XYZ | 10.72 | 5.96 | 25.78 | - |
| YUV | 67.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 141 | 0.29 | 0.74 | 0 | 0.45 | 276.35 | 0.58 | 0.35 |
| Hex | 64 | 25 | 8D | 1D | 4A | 0 | 2D | 114 | 3A | 23 |
| Octal | 144 | 45 | 215 | 35 | 112 | 0 | 55 | 424 | 72 | 43 |
| Binary | 1100100 | 100101 | 10001101 | 11101 | 1001010 | 0 | 101101 | 100010100 | 111010 | 100011 |
Color Harmonies of #64258D
Complementary color
Monochromatic Colors of #64258D
Black with #64258D
Text Example
Text Example
White with #64258D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64258D; }
p { color: rgb(100,37,141); }
H1.HeaderClassName
{
color: #64258D;
}
.AnyTagClassName
{
color: #64258D;
}
</style>
background-color css
<style>
a { background-color: #64258D; }
a { background-color: rgb(100,37,141); }
div.DivClassName
{
background-color: #64258D;
}
.BgClassName
{
background-color: #64258D;
}
</style>
border-color css
<style>
span { border-color: #64258D; }
span { border-color: rgb(100,37,141); }
td.TdClassName
{
border-color: #64258D;
}
.TagClassName
{
border-color: #64258D;
}
</style>