Shades of Kingfisher Daisy #602B83
Tints of Kingfisher Daisy #602B83
RGB
CMYK
RGB Variations
Color information
#602B83 (or 0x602B83) is known color: Kingfisher Daisy. HEX triplet: 60, 2B and 83. RGB value is (96,43,131). Sum of RGB (Red+Green+Blue) = 96+43+131=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #602B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #602B83 is #9FD47C. Grayscale: #444444. Windows color (decimal): -10474621 or 8596320. OLE color: 8596320.
HSL color Cylindrical-coordinate representation of color #602B83: hue angle of 276.14º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602B83 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 43 | 131 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.49 |
| HSL | 276.14º | 0.51% | 0.34% | - |
| HSV(B) | 276.14º | 0.67% | 0.51% | - |
| XYZ | 9.78 | 5.85 | 22.09 | - |
| YUV | 68.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 43 | 131 | 0.27 | 0.67 | 0 | 0.49 | 276.14 | 0.51 | 0.34 |
| Hex | 60 | 2B | 83 | 1B | 43 | 0 | 31 | 114 | 33 | 22 |
| Octal | 140 | 53 | 203 | 33 | 103 | 0 | 61 | 424 | 63 | 42 |
| Binary | 1100000 | 101011 | 10000011 | 11011 | 1000011 | 0 | 110001 | 100010100 | 110011 | 100010 |
Color Harmonies of #602B83
Complementary color
Monochromatic Colors of #602B83
Black with #602B83
Text Example
Text Example
White with #602B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #602B83; }
p { color: rgb(96,43,131); }
H1.HeaderClassName
{
color: #602B83;
}
.AnyTagClassName
{
color: #602B83;
}
</style>
background-color css
<style>
a { background-color: #602B83; }
a { background-color: rgb(96,43,131); }
div.DivClassName
{
background-color: #602B83;
}
.BgClassName
{
background-color: #602B83;
}
</style>
border-color css
<style>
span { border-color: #602B83; }
span { border-color: rgb(96,43,131); }
td.TdClassName
{
border-color: #602B83;
}
.TagClassName
{
border-color: #602B83;
}
</style>