Shades of Kingfisher Daisy #642B86
Tints of Kingfisher Daisy #642B86
RGB
CMYK
RGB Variations
Color information
#642B86 (or 0x642B86) is known color: Kingfisher Daisy. HEX triplet: 64, 2B and 86. RGB value is (100,43,134). Sum of RGB (Red+Green+Blue) = 100+43+134=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 43 (17.19% from 255 or 15.52% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #642B86 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B86 is #9BD479. Grayscale: #464646. Windows color (decimal): -10212474 or 8792932. OLE color: 8792932.
HSL color Cylindrical-coordinate representation of color #642B86: hue angle of 277.58º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #642B86 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 43 | 134 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.47 |
| HSL | 277.58º | 0.51% | 0.35% | - |
| HSV(B) | 277.58º | 0.68% | 0.53% | - |
| XYZ | 10.42 | 6.16 | 23.19 | - |
| YUV | 70.42 | 163.88 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 134 | 0.25 | 0.68 | 0 | 0.47 | 277.58 | 0.51 | 0.35 |
| Hex | 64 | 2B | 86 | 19 | 44 | 0 | 2F | 116 | 33 | 23 |
| Octal | 144 | 53 | 206 | 31 | 104 | 0 | 57 | 426 | 63 | 43 |
| Binary | 1100100 | 101011 | 10000110 | 11001 | 1000100 | 0 | 101111 | 100010110 | 110011 | 100011 |
Color Harmonies of #642B86
Complementary color
Monochromatic Colors of #642B86
Black with #642B86
Text Example
Text Example
White with #642B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B86; }
p { color: rgb(100,43,134); }
H1.HeaderClassName
{
color: #642B86;
}
.AnyTagClassName
{
color: #642B86;
}
</style>
background-color css
<style>
a { background-color: #642B86; }
a { background-color: rgb(100,43,134); }
div.DivClassName
{
background-color: #642B86;
}
.BgClassName
{
background-color: #642B86;
}
</style>
border-color css
<style>
span { border-color: #642B86; }
span { border-color: rgb(100,43,134); }
td.TdClassName
{
border-color: #642B86;
}
.TagClassName
{
border-color: #642B86;
}
</style>