Shades of Kingfisher Daisy #644682
Tints of Kingfisher Daisy #644682
RGB
CMYK
RGB Variations
Color information
#644682 (or 0x644682) is known color: Kingfisher Daisy. HEX triplet: 64, 46 and 82. RGB value is (100,70,130). Sum of RGB (Red+Green+Blue) = 100+70+130=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #644682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #644682 is #9BB97D. Grayscale: #555555. Windows color (decimal): -10205566 or 8537700. OLE color: 8537700.
HSL color Cylindrical-coordinate representation of color #644682: hue angle of 270º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #644682 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 70 | 130 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.49 |
| HSL | 270º | 0.3% | 0.39% | - |
| HSV(B) | 270º | 0.46% | 0.51% | - |
| XYZ | 11.47 | 8.7 | 22.19 | - |
| YUV | 85.81 | 152.94 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 130 | 0.23 | 0.46 | 0 | 0.49 | 270 | 0.3 | 0.39 |
| Hex | 64 | 46 | 82 | 17 | 2E | 0 | 31 | 10E | 1E | 27 |
| Octal | 144 | 106 | 202 | 27 | 56 | 0 | 61 | 416 | 36 | 47 |
| Binary | 1100100 | 1000110 | 10000010 | 10111 | 101110 | 0 | 110001 | 100001110 | 11110 | 100111 |
Color Harmonies of #644682
Complementary color
Monochromatic Colors of #644682
Black with #644682
Text Example
Text Example
White with #644682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644682; }
p { color: rgb(100,70,130); }
H1.HeaderClassName
{
color: #644682;
}
.AnyTagClassName
{
color: #644682;
}
</style>
background-color css
<style>
a { background-color: #644682; }
a { background-color: rgb(100,70,130); }
div.DivClassName
{
background-color: #644682;
}
.BgClassName
{
background-color: #644682;
}
</style>
border-color css
<style>
span { border-color: #644682; }
span { border-color: rgb(100,70,130); }
td.TdClassName
{
border-color: #644682;
}
.TagClassName
{
border-color: #644682;
}
</style>