Shades of Kingfisher Daisy #64318B
Tints of Kingfisher Daisy #64318B
RGB
CMYK
RGB Variations
Color information
#64318B (or 0x64318B) is known color: Kingfisher Daisy. HEX triplet: 64, 31 and 8B. RGB value is (100,49,139). Sum of RGB (Red+Green+Blue) = 100+49+139=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #64318B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64318B is #9BCE74. Grayscale: #4A4A4A. Windows color (decimal): -10210933 or 9122148. OLE color: 9122148.
HSL color Cylindrical-coordinate representation of color #64318B: hue angle of 274º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #64318B is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 49 | 139 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.45 |
| HSL | 274º | 0.48% | 0.37% | - |
| HSV(B) | 274º | 0.65% | 0.55% | - |
| XYZ | 11.01 | 6.77 | 25.15 | - |
| YUV | 74.51 | 164.4 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 49 | 139 | 0.28 | 0.65 | 0 | 0.45 | 274 | 0.48 | 0.37 |
| Hex | 64 | 31 | 8B | 1C | 41 | 0 | 2D | 112 | 30 | 25 |
| Octal | 144 | 61 | 213 | 34 | 101 | 0 | 55 | 422 | 60 | 45 |
| Binary | 1100100 | 110001 | 10001011 | 11100 | 1000001 | 0 | 101101 | 100010010 | 110000 | 100101 |
Color Harmonies of #64318B
Complementary color
Monochromatic Colors of #64318B
Black with #64318B
Text Example
Text Example
White with #64318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64318B; }
p { color: rgb(100,49,139); }
H1.HeaderClassName
{
color: #64318B;
}
.AnyTagClassName
{
color: #64318B;
}
</style>
background-color css
<style>
a { background-color: #64318B; }
a { background-color: rgb(100,49,139); }
div.DivClassName
{
background-color: #64318B;
}
.BgClassName
{
background-color: #64318B;
}
</style>
border-color css
<style>
span { border-color: #64318B; }
span { border-color: rgb(100,49,139); }
td.TdClassName
{
border-color: #64318B;
}
.TagClassName
{
border-color: #64318B;
}
</style>