Shades of Kingfisher Daisy #64337E
Tints of Kingfisher Daisy #64337E
RGB
CMYK
RGB Variations
Color information
#64337E (or 0x64337E) is known color: Kingfisher Daisy. HEX triplet: 64, 33 and 7E. RGB value is (100,51,126). Sum of RGB (Red+Green+Blue) = 100+51+126=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 126 - color contains mainly: blue. Hex color #64337E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #64337E is #9BCC81. Grayscale: #494949. Windows color (decimal): -10210434 or 8270692. OLE color: 8270692.
HSL color Cylindrical-coordinate representation of color #64337E: hue angle of 279.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64337E is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 51 | 126 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.51 |
| HSL | 279.2º | 0.42% | 0.35% | - |
| HSV(B) | 279.2º | 0.6% | 0.49% | - |
| XYZ | 10.21 | 6.58 | 20.47 | - |
| YUV | 74.2 | 157.23 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 51 | 126 | 0.21 | 0.60 | 0 | 0.51 | 279.2 | 0.42 | 0.35 |
| Hex | 64 | 33 | 7E | 15 | 3C | 0 | 33 | 117 | 2A | 23 |
| Octal | 144 | 63 | 176 | 25 | 74 | 0 | 63 | 427 | 52 | 43 |
| Binary | 1100100 | 110011 | 1111110 | 10101 | 111100 | 0 | 110011 | 100010111 | 101010 | 100011 |
Color Harmonies of #64337E
Complementary color
Monochromatic Colors of #64337E
Black with #64337E
Text Example
Text Example
White with #64337E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64337E; }
p { color: rgb(100,51,126); }
H1.HeaderClassName
{
color: #64337E;
}
.AnyTagClassName
{
color: #64337E;
}
</style>
background-color css
<style>
a { background-color: #64337E; }
a { background-color: rgb(100,51,126); }
div.DivClassName
{
background-color: #64337E;
}
.BgClassName
{
background-color: #64337E;
}
</style>
border-color css
<style>
span { border-color: #64337E; }
span { border-color: rgb(100,51,126); }
td.TdClassName
{
border-color: #64337E;
}
.TagClassName
{
border-color: #64337E;
}
</style>