Shades of Kingfisher Daisy #603880
Tints of Kingfisher Daisy #603880
RGB
CMYK
RGB Variations
Color information
#603880 (or 0x603880) is known color: Kingfisher Daisy. HEX triplet: 60, 38 and 80. RGB value is (96,56,128). Sum of RGB (Red+Green+Blue) = 96+56+128=280 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.29% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 128 - color contains mainly: blue. Hex color #603880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #603880 is #9FC77F. Grayscale: #4B4B4B. Windows color (decimal): -10471296 or 8403040. OLE color: 8403040.
HSL color Cylindrical-coordinate representation of color #603880: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603880 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 56 | 128 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.50 |
| HSL | 273.33º | 0.39% | 0.36% | - |
| HSV(B) | 273.33º | 0.56% | 0.5% | - |
| XYZ | 10.13 | 6.87 | 21.21 | - |
| YUV | 76.17 | 157.25 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 56 | 128 | 0.25 | 0.56 | 0 | 0.50 | 273.33 | 0.39 | 0.36 |
| Hex | 60 | 38 | 80 | 19 | 38 | 0 | 32 | 111 | 27 | 24 |
| Octal | 140 | 70 | 200 | 31 | 70 | 0 | 62 | 421 | 47 | 44 |
| Binary | 1100000 | 111000 | 10000000 | 11001 | 111000 | 0 | 110010 | 100010001 | 100111 | 100100 |
Color Harmonies of #603880
Complementary color
Monochromatic Colors of #603880
Black with #603880
Text Example
Text Example
White with #603880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603880; }
p { color: rgb(96,56,128); }
H1.HeaderClassName
{
color: #603880;
}
.AnyTagClassName
{
color: #603880;
}
</style>
background-color css
<style>
a { background-color: #603880; }
a { background-color: rgb(96,56,128); }
div.DivClassName
{
background-color: #603880;
}
.BgClassName
{
background-color: #603880;
}
</style>
border-color css
<style>
span { border-color: #603880; }
span { border-color: rgb(96,56,128); }
td.TdClassName
{
border-color: #603880;
}
.TagClassName
{
border-color: #603880;
}
</style>