Shades of Kingfisher Daisy #642883
Tints of Kingfisher Daisy #642883
RGB
CMYK
RGB Variations
Color information
#642883 (or 0x642883) is known color: Kingfisher Daisy. HEX triplet: 64, 28 and 83. RGB value is (100,40,131). Sum of RGB (Red+Green+Blue) = 100+40+131=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #642883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642883 is #9BD77C. Grayscale: #444444. Windows color (decimal): -10213245 or 8595556. OLE color: 8595556.
HSL color Cylindrical-coordinate representation of color #642883: hue angle of 279.56º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642883 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 40 | 131 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.49 |
| HSL | 279.56º | 0.53% | 0.34% | - |
| HSV(B) | 279.56º | 0.69% | 0.51% | - |
| XYZ | 10.11 | 5.87 | 22.07 | - |
| YUV | 68.31 | 163.38 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 40 | 131 | 0.24 | 0.69 | 0 | 0.49 | 279.56 | 0.53 | 0.34 |
| Hex | 64 | 28 | 83 | 18 | 45 | 0 | 31 | 118 | 35 | 22 |
| Octal | 144 | 50 | 203 | 30 | 105 | 0 | 61 | 430 | 65 | 42 |
| Binary | 1100100 | 101000 | 10000011 | 11000 | 1000101 | 0 | 110001 | 100011000 | 110101 | 100010 |
Color Harmonies of #642883
Complementary color
Monochromatic Colors of #642883
Black with #642883
Text Example
Text Example
White with #642883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642883; }
p { color: rgb(100,40,131); }
H1.HeaderClassName
{
color: #642883;
}
.AnyTagClassName
{
color: #642883;
}
</style>
background-color css
<style>
a { background-color: #642883; }
a { background-color: rgb(100,40,131); }
div.DivClassName
{
background-color: #642883;
}
.BgClassName
{
background-color: #642883;
}
</style>
border-color css
<style>
span { border-color: #642883; }
span { border-color: rgb(100,40,131); }
td.TdClassName
{
border-color: #642883;
}
.TagClassName
{
border-color: #642883;
}
</style>