Shades of Kingfisher Daisy #602E8C
Tints of Kingfisher Daisy #602E8C
RGB
CMYK
RGB Variations
Color information
#602E8C (or 0x602E8C) is known color: Kingfisher Daisy. HEX triplet: 60, 2E and 8C. RGB value is (96,46,140). Sum of RGB (Red+Green+Blue) = 96+46+140=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 46 (18.36% from 255 or 16.31% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #602E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602E8C is #9FD173. Grayscale: #474747. Windows color (decimal): -10473844 or 9186912. OLE color: 9186912.
HSL color Cylindrical-coordinate representation of color #602E8C: hue angle of 271.91º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602E8C is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 46 | 140 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.45 |
| HSL | 271.91º | 0.51% | 0.36% | - |
| HSV(B) | 271.91º | 0.67% | 0.55% | - |
| XYZ | 10.53 | 6.33 | 25.48 | - |
| YUV | 71.67 | 166.57 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 46 | 140 | 0.31 | 0.67 | 0 | 0.45 | 271.91 | 0.51 | 0.36 |
| Hex | 60 | 2E | 8C | 1F | 43 | 0 | 2D | 110 | 33 | 24 |
| Octal | 140 | 56 | 214 | 37 | 103 | 0 | 55 | 420 | 63 | 44 |
| Binary | 1100000 | 101110 | 10001100 | 11111 | 1000011 | 0 | 101101 | 100010000 | 110011 | 100100 |
Color Harmonies of #602E8C
Complementary color
Monochromatic Colors of #602E8C
Black with #602E8C
Text Example
Text Example
White with #602E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602E8C; }
p { color: rgb(96,46,140); }
H1.HeaderClassName
{
color: #602E8C;
}
.AnyTagClassName
{
color: #602E8C;
}
</style>
background-color css
<style>
a { background-color: #602E8C; }
a { background-color: rgb(96,46,140); }
div.DivClassName
{
background-color: #602E8C;
}
.BgClassName
{
background-color: #602E8C;
}
</style>
border-color css
<style>
span { border-color: #602E8C; }
span { border-color: rgb(96,46,140); }
td.TdClassName
{
border-color: #602E8C;
}
.TagClassName
{
border-color: #602E8C;
}
</style>