Shades of Kingfisher Daisy #60257B
Tints of Kingfisher Daisy #60257B
RGB
CMYK
RGB Variations
Color information
#60257B (or 0x60257B) is known color: Kingfisher Daisy. HEX triplet: 60, 25 and 7B. RGB value is (96,37,123). Sum of RGB (Red+Green+Blue) = 96+37+123=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #60257B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60257B is #9FDA84. Grayscale: #404040. Windows color (decimal): -10476165 or 8070496. OLE color: 8070496.
HSL color Cylindrical-coordinate representation of color #60257B: hue angle of 281.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60257B is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 37 | 123 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.52 |
| HSL | 281.16º | 0.54% | 0.31% | - |
| HSV(B) | 281.16º | 0.7% | 0.48% | - |
| XYZ | 9.06 | 5.24 | 19.27 | - |
| YUV | 64.45 | 161.05 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 37 | 123 | 0.22 | 0.70 | 0 | 0.52 | 281.16 | 0.54 | 0.31 |
| Hex | 60 | 25 | 7B | 16 | 46 | 0 | 34 | 119 | 36 | 1F |
| Octal | 140 | 45 | 173 | 26 | 106 | 0 | 64 | 431 | 66 | 37 |
| Binary | 1100000 | 100101 | 1111011 | 10110 | 1000110 | 0 | 110100 | 100011001 | 110110 | 11111 |
Color Harmonies of #60257B
Complementary color
Monochromatic Colors of #60257B
Black with #60257B
Text Example
Text Example
White with #60257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60257B; }
p { color: rgb(96,37,123); }
H1.HeaderClassName
{
color: #60257B;
}
.AnyTagClassName
{
color: #60257B;
}
</style>
background-color css
<style>
a { background-color: #60257B; }
a { background-color: rgb(96,37,123); }
div.DivClassName
{
background-color: #60257B;
}
.BgClassName
{
background-color: #60257B;
}
</style>
border-color css
<style>
span { border-color: #60257B; }
span { border-color: rgb(96,37,123); }
td.TdClassName
{
border-color: #60257B;
}
.TagClassName
{
border-color: #60257B;
}
</style>