Shades of Kingfisher Daisy #642383
Tints of Kingfisher Daisy #642383
RGB
CMYK
RGB Variations
Color information
#642383 (or 0x642383) is known color: Kingfisher Daisy. HEX triplet: 64, 23 and 83. RGB value is (100,35,131). Sum of RGB (Red+Green+Blue) = 100+35+131=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #642383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642383 is #9BDC7C. Grayscale: #414141. Windows color (decimal): -10214525 or 8594276. OLE color: 8594276.
HSL color Cylindrical-coordinate representation of color #642383: hue angle of 280.62º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #642383 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 35 | 131 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.49 |
| HSL | 280.63º | 0.58% | 0.33% | - |
| HSV(B) | 280.63º | 0.73% | 0.51% | - |
| XYZ | 9.95 | 5.55 | 22.02 | - |
| YUV | 65.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 131 | 0.24 | 0.73 | 0 | 0.49 | 280.63 | 0.58 | 0.33 |
| Hex | 64 | 23 | 83 | 18 | 49 | 0 | 31 | 119 | 3A | 21 |
| Octal | 144 | 43 | 203 | 30 | 111 | 0 | 61 | 431 | 72 | 41 |
| Binary | 1100100 | 100011 | 10000011 | 11000 | 1001001 | 0 | 110001 | 100011001 | 111010 | 100001 |
Color Harmonies of #642383
Complementary color
Monochromatic Colors of #642383
Black with #642383
Text Example
Text Example
White with #642383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642383; }
p { color: rgb(100,35,131); }
H1.HeaderClassName
{
color: #642383;
}
.AnyTagClassName
{
color: #642383;
}
</style>
background-color css
<style>
a { background-color: #642383; }
a { background-color: rgb(100,35,131); }
div.DivClassName
{
background-color: #642383;
}
.BgClassName
{
background-color: #642383;
}
</style>
border-color css
<style>
span { border-color: #642383; }
span { border-color: rgb(100,35,131); }
td.TdClassName
{
border-color: #642383;
}
.TagClassName
{
border-color: #642383;
}
</style>