Shades of Kingfisher Daisy #64278B
Tints of Kingfisher Daisy #64278B
RGB
CMYK
RGB Variations
Color information
#64278B (or 0x64278B) is known color: Kingfisher Daisy. HEX triplet: 64, 27 and 8B. RGB value is (100,39,139). Sum of RGB (Red+Green+Blue) = 100+39+139=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #64278B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64278B is #9BD874. Grayscale: #444444. Windows color (decimal): -10213493 or 9119588. OLE color: 9119588.
HSL color Cylindrical-coordinate representation of color #64278B: hue angle of 276.6º 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 #64278B is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 39 | 139 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.45 |
| HSL | 276.6º | 0.56% | 0.35% | - |
| HSV(B) | 276.6º | 0.72% | 0.55% | - |
| XYZ | 10.64 | 6.02 | 25.03 | - |
| YUV | 68.64 | 167.71 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 39 | 139 | 0.28 | 0.72 | 0 | 0.45 | 276.6 | 0.56 | 0.35 |
| Hex | 64 | 27 | 8B | 1C | 48 | 0 | 2D | 115 | 38 | 23 |
| Octal | 144 | 47 | 213 | 34 | 110 | 0 | 55 | 425 | 70 | 43 |
| Binary | 1100100 | 100111 | 10001011 | 11100 | 1001000 | 0 | 101101 | 100010101 | 111000 | 100011 |
Color Harmonies of #64278B
Complementary color
Monochromatic Colors of #64278B
Black with #64278B
Text Example
Text Example
White with #64278B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64278B; }
p { color: rgb(100,39,139); }
H1.HeaderClassName
{
color: #64278B;
}
.AnyTagClassName
{
color: #64278B;
}
</style>
background-color css
<style>
a { background-color: #64278B; }
a { background-color: rgb(100,39,139); }
div.DivClassName
{
background-color: #64278B;
}
.BgClassName
{
background-color: #64278B;
}
</style>
border-color css
<style>
span { border-color: #64278B; }
span { border-color: rgb(100,39,139); }
td.TdClassName
{
border-color: #64278B;
}
.TagClassName
{
border-color: #64278B;
}
</style>