Shades of Kingfisher Daisy #60337D
Tints of Kingfisher Daisy #60337D
RGB
CMYK
RGB Variations
Color information
#60337D (or 0x60337D) is known color: Kingfisher Daisy. HEX triplet: 60, 33 and 7D. RGB value is (96,51,125). Sum of RGB (Red+Green+Blue) = 96+51+125=272 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.29% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 125 (49.22% from 255 or 45.96% from 272); Max value from RGB is 125 - color contains mainly: blue. Hex color #60337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60337D is #9FCC82. Grayscale: #484848. Windows color (decimal): -10472579 or 8205152. OLE color: 8205152.
HSL color Cylindrical-coordinate representation of color #60337D: hue angle of 276.49º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60337D is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 51 | 125 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.51 |
| HSL | 276.49º | 0.42% | 0.35% | - |
| HSV(B) | 276.49º | 0.59% | 0.49% | - |
| XYZ | 9.71 | 6.34 | 20.11 | - |
| YUV | 72.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 51 | 125 | 0.23 | 0.59 | 0 | 0.51 | 276.49 | 0.42 | 0.35 |
| Hex | 60 | 33 | 7D | 17 | 3B | 0 | 33 | 114 | 2A | 23 |
| Octal | 140 | 63 | 175 | 27 | 73 | 0 | 63 | 424 | 52 | 43 |
| Binary | 1100000 | 110011 | 1111101 | 10111 | 111011 | 0 | 110011 | 100010100 | 101010 | 100011 |
Color Harmonies of #60337D
Complementary color
Monochromatic Colors of #60337D
Black with #60337D
Text Example
Text Example
White with #60337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60337D; }
p { color: rgb(96,51,125); }
H1.HeaderClassName
{
color: #60337D;
}
.AnyTagClassName
{
color: #60337D;
}
</style>
background-color css
<style>
a { background-color: #60337D; }
a { background-color: rgb(96,51,125); }
div.DivClassName
{
background-color: #60337D;
}
.BgClassName
{
background-color: #60337D;
}
</style>
border-color css
<style>
span { border-color: #60337D; }
span { border-color: rgb(96,51,125); }
td.TdClassName
{
border-color: #60337D;
}
.TagClassName
{
border-color: #60337D;
}
</style>