Shades of Kingfisher Daisy #642D83
Tints of Kingfisher Daisy #642D83
RGB
CMYK
RGB Variations
Color information
#642D83 (or 0x642D83) is known color: Kingfisher Daisy. HEX triplet: 64, 2D and 83. RGB value is (100,45,131). Sum of RGB (Red+Green+Blue) = 100+45+131=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 45 (17.97% from 255 or 16.30% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #642D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642D83 is #9BD27C. Grayscale: #464646. Windows color (decimal): -10211965 or 8596836. OLE color: 8596836.
HSL color Cylindrical-coordinate representation of color #642D83: hue angle of 278.37º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642D83 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 45 | 131 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.49 |
| HSL | 278.37º | 0.49% | 0.35% | - |
| HSV(B) | 278.37º | 0.66% | 0.51% | - |
| XYZ | 10.29 | 6.22 | 22.13 | - |
| YUV | 71.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 45 | 131 | 0.24 | 0.66 | 0 | 0.49 | 278.37 | 0.49 | 0.35 |
| Hex | 64 | 2D | 83 | 18 | 42 | 0 | 31 | 116 | 31 | 23 |
| Octal | 144 | 55 | 203 | 30 | 102 | 0 | 61 | 426 | 61 | 43 |
| Binary | 1100100 | 101101 | 10000011 | 11000 | 1000010 | 0 | 110001 | 100010110 | 110001 | 100011 |
Color Harmonies of #642D83
Complementary color
Monochromatic Colors of #642D83
Black with #642D83
Text Example
Text Example
White with #642D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642D83; }
p { color: rgb(100,45,131); }
H1.HeaderClassName
{
color: #642D83;
}
.AnyTagClassName
{
color: #642D83;
}
</style>
background-color css
<style>
a { background-color: #642D83; }
a { background-color: rgb(100,45,131); }
div.DivClassName
{
background-color: #642D83;
}
.BgClassName
{
background-color: #642D83;
}
</style>
border-color css
<style>
span { border-color: #642D83; }
span { border-color: rgb(100,45,131); }
td.TdClassName
{
border-color: #642D83;
}
.TagClassName
{
border-color: #642D83;
}
</style>