Shades of Kingfisher Daisy #642B8C
Tints of Kingfisher Daisy #642B8C
RGB
CMYK
RGB Variations
Color information
#642B8C (or 0x642B8C) is known color: Kingfisher Daisy. HEX triplet: 64, 2B and 8C. RGB value is (100,43,140). Sum of RGB (Red+Green+Blue) = 100+43+140=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #642B8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642B8C is #9BD473. Grayscale: #464646. Windows color (decimal): -10212468 or 9186148. OLE color: 9186148.
HSL color Cylindrical-coordinate representation of color #642B8C: hue angle of 275.26º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #642B8C is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 43 | 140 | - |
| CMYK | 0.29 | 0.69 | 0 | 0.45 |
| HSL | 275.26º | 0.53% | 0.36% | - |
| HSV(B) | 275.26º | 0.69% | 0.55% | - |
| XYZ | 10.85 | 6.33 | 25.46 | - |
| YUV | 71.1 | 166.88 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 43 | 140 | 0.29 | 0.69 | 0 | 0.45 | 275.26 | 0.53 | 0.36 |
| Hex | 64 | 2B | 8C | 1D | 45 | 0 | 2D | 113 | 35 | 24 |
| Octal | 144 | 53 | 214 | 35 | 105 | 0 | 55 | 423 | 65 | 44 |
| Binary | 1100100 | 101011 | 10001100 | 11101 | 1000101 | 0 | 101101 | 100010011 | 110101 | 100100 |
Color Harmonies of #642B8C
Complementary color
Monochromatic Colors of #642B8C
Black with #642B8C
Text Example
Text Example
White with #642B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642B8C; }
p { color: rgb(100,43,140); }
H1.HeaderClassName
{
color: #642B8C;
}
.AnyTagClassName
{
color: #642B8C;
}
</style>
background-color css
<style>
a { background-color: #642B8C; }
a { background-color: rgb(100,43,140); }
div.DivClassName
{
background-color: #642B8C;
}
.BgClassName
{
background-color: #642B8C;
}
</style>
border-color css
<style>
span { border-color: #642B8C; }
span { border-color: rgb(100,43,140); }
td.TdClassName
{
border-color: #642B8C;
}
.TagClassName
{
border-color: #642B8C;
}
</style>