Shades of Kingfisher Daisy #64278C
Tints of Kingfisher Daisy #64278C
RGB
CMYK
RGB Variations
Color information
#64278C (or 0x64278C) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 8C. RGB value is (100,39,140). Sum of RGB (Red+Green+Blue) = 100+39+140=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #64278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64278C is #9BD873. Grayscale: #444444. Windows color (decimal): -10213492 or 9185124. OLE color: 9185124.
HSL color Cylindrical-coordinate representation of color #64278C: hue angle of 276.24º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64278C is Cyan = 0.29, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 39 | 140 | - |
| CMYK | 0.29 | 0.72 | 0 | 0.45 |
| HSL | 276.24º | 0.56% | 0.35% | - |
| HSV(B) | 276.24º | 0.72% | 0.55% | - |
| XYZ | 10.71 | 6.05 | 25.41 | - |
| YUV | 68.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 140 | 0.29 | 0.72 | 0 | 0.45 | 276.24 | 0.56 | 0.35 |
| Hex | 64 | 27 | 8C | 1D | 48 | 0 | 2D | 114 | 38 | 23 |
| Octal | 144 | 47 | 214 | 35 | 110 | 0 | 55 | 424 | 70 | 43 |
| Binary | 1100100 | 100111 | 10001100 | 11101 | 1001000 | 0 | 101101 | 100010100 | 111000 | 100011 |
Color Harmonies of #64278C
Complementary color
Monochromatic Colors of #64278C
Black with #64278C
Text Example
Text Example
White with #64278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64278C; }
p { color: rgb(100,39,140); }
H1.HeaderClassName
{
color: #64278C;
}
.AnyTagClassName
{
color: #64278C;
}
</style>
background-color css
<style>
a { background-color: #64278C; }
a { background-color: rgb(100,39,140); }
div.DivClassName
{
background-color: #64278C;
}
.BgClassName
{
background-color: #64278C;
}
</style>
border-color css
<style>
span { border-color: #64278C; }
span { border-color: rgb(100,39,140); }
td.TdClassName
{
border-color: #64278C;
}
.TagClassName
{
border-color: #64278C;
}
</style>