Shades of Kingfisher Daisy #64238E
Tints of Kingfisher Daisy #64238E
RGB
CMYK
RGB Variations
Color information
#64238E (or 0x64238E) is known color: Kingfisher Daisy. HEX triplet: 64, 23 and 8E. RGB value is (100,35,142). Sum of RGB (Red+Green+Blue) = 100+35+142=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 142 (55.86% from 255 or 51.26% from 277); Max value from RGB is 142 - color contains mainly: blue. Hex color #64238E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #64238E is #9BDC71. Grayscale: #424242. Windows color (decimal): -10214514 or 9315172. OLE color: 9315172.
HSL color Cylindrical-coordinate representation of color #64238E: hue angle of 276.45º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64238E is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 35 | 142 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.44 |
| HSL | 276.45º | 0.6% | 0.35% | - |
| HSV(B) | 276.45º | 0.75% | 0.56% | - |
| XYZ | 10.74 | 5.86 | 26.16 | - |
| YUV | 66.63 | 170.53 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 142 | 0.30 | 0.75 | 0 | 0.44 | 276.45 | 0.6 | 0.35 |
| Hex | 64 | 23 | 8E | 1E | 4B | 0 | 2C | 114 | 3C | 23 |
| Octal | 144 | 43 | 216 | 36 | 113 | 0 | 54 | 424 | 74 | 43 |
| Binary | 1100100 | 100011 | 10001110 | 11110 | 1001011 | 0 | 101100 | 100010100 | 111100 | 100011 |
Color Harmonies of #64238E
Complementary color
Monochromatic Colors of #64238E
Black with #64238E
Text Example
Text Example
White with #64238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64238E; }
p { color: rgb(100,35,142); }
H1.HeaderClassName
{
color: #64238E;
}
.AnyTagClassName
{
color: #64238E;
}
</style>
background-color css
<style>
a { background-color: #64238E; }
a { background-color: rgb(100,35,142); }
div.DivClassName
{
background-color: #64238E;
}
.BgClassName
{
background-color: #64238E;
}
</style>
border-color css
<style>
span { border-color: #64238E; }
span { border-color: rgb(100,35,142); }
td.TdClassName
{
border-color: #64238E;
}
.TagClassName
{
border-color: #64238E;
}
</style>