Shades of Kingfisher Daisy #603280
Tints of Kingfisher Daisy #603280
RGB
CMYK
RGB Variations
Color information
#603280 (or 0x603280) is known color: Kingfisher Daisy. HEX triplet: 60, 32 and 80. RGB value is (96,50,128). Sum of RGB (Red+Green+Blue) = 96+50+128=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #603280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603280 is #9FCD7F. Grayscale: #484848. Windows color (decimal): -10472832 or 8401504. OLE color: 8401504.
HSL color Cylindrical-coordinate representation of color #603280: hue angle of 275.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #603280 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 50 | 128 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.50 |
| HSL | 275.38º | 0.44% | 0.35% | - |
| HSV(B) | 275.38º | 0.61% | 0.5% | - |
| XYZ | 9.86 | 6.33 | 21.12 | - |
| YUV | 72.65 | 159.24 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 50 | 128 | 0.25 | 0.61 | 0 | 0.50 | 275.38 | 0.44 | 0.35 |
| Hex | 60 | 32 | 80 | 19 | 3D | 0 | 32 | 113 | 2C | 23 |
| Octal | 140 | 62 | 200 | 31 | 75 | 0 | 62 | 423 | 54 | 43 |
| Binary | 1100000 | 110010 | 10000000 | 11001 | 111101 | 0 | 110010 | 100010011 | 101100 | 100011 |
Color Harmonies of #603280
Complementary color
Monochromatic Colors of #603280
Black with #603280
Text Example
Text Example
White with #603280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603280; }
p { color: rgb(96,50,128); }
H1.HeaderClassName
{
color: #603280;
}
.AnyTagClassName
{
color: #603280;
}
</style>
background-color css
<style>
a { background-color: #603280; }
a { background-color: rgb(96,50,128); }
div.DivClassName
{
background-color: #603280;
}
.BgClassName
{
background-color: #603280;
}
</style>
border-color css
<style>
span { border-color: #603280; }
span { border-color: rgb(96,50,128); }
td.TdClassName
{
border-color: #603280;
}
.TagClassName
{
border-color: #603280;
}
</style>