Shades of Kingfisher Daisy #603C7F
Tints of Kingfisher Daisy #603C7F
RGB
CMYK
RGB Variations
Color information
#603C7F (or 0x603C7F) is known color: Kingfisher Daisy. HEX triplet: 60, 3C and 7F. RGB value is (96,60,127). Sum of RGB (Red+Green+Blue) = 96+60+127=283 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.92% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #603C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603C7F is #9FC380. Grayscale: #4E4E4E. Windows color (decimal): -10470273 or 8338528. OLE color: 8338528.
HSL color Cylindrical-coordinate representation of color #603C7F: hue angle of 272.24º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #603C7F is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 60 | 127 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.50 |
| HSL | 272.24º | 0.36% | 0.37% | - |
| HSV(B) | 272.24º | 0.53% | 0.5% | - |
| XYZ | 10.27 | 7.25 | 20.94 | - |
| YUV | 78.4 | 155.43 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 60 | 127 | 0.24 | 0.53 | 0 | 0.50 | 272.24 | 0.36 | 0.37 |
| Hex | 60 | 3C | 7F | 18 | 35 | 0 | 32 | 110 | 24 | 25 |
| Octal | 140 | 74 | 177 | 30 | 65 | 0 | 62 | 420 | 44 | 45 |
| Binary | 1100000 | 111100 | 1111111 | 11000 | 110101 | 0 | 110010 | 100010000 | 100100 | 100101 |
Color Harmonies of #603C7F
Complementary color
Monochromatic Colors of #603C7F
Black with #603C7F
Text Example
Text Example
White with #603C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603C7F; }
p { color: rgb(96,60,127); }
H1.HeaderClassName
{
color: #603C7F;
}
.AnyTagClassName
{
color: #603C7F;
}
</style>
background-color css
<style>
a { background-color: #603C7F; }
a { background-color: rgb(96,60,127); }
div.DivClassName
{
background-color: #603C7F;
}
.BgClassName
{
background-color: #603C7F;
}
</style>
border-color css
<style>
span { border-color: #603C7F; }
span { border-color: rgb(96,60,127); }
td.TdClassName
{
border-color: #603C7F;
}
.TagClassName
{
border-color: #603C7F;
}
</style>