Shades of Kingfisher Daisy #60427D
Tints of Kingfisher Daisy #60427D
RGB
CMYK
RGB Variations
Color information
#60427D (or 0x60427D) is known color: Kingfisher Daisy. HEX triplet: 60, 42 and 7D. RGB value is (96,66,125). Sum of RGB (Red+Green+Blue) = 96+66+125=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 125 (49.22% from 255 or 43.55% from 287); Max value from RGB is 125 - color contains mainly: blue. Hex color #60427D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60427D is #9FBD82. Grayscale: #515151. Windows color (decimal): -10468739 or 8208992. OLE color: 8208992.
HSL color Cylindrical-coordinate representation of color #60427D: hue angle of 270.51º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60427D is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 66 | 125 | - |
| CMYK | 0.23 | 0.47 | 0 | 0.51 |
| HSL | 270.51º | 0.31% | 0.37% | - |
| HSV(B) | 270.51º | 0.47% | 0.49% | - |
| XYZ | 10.47 | 7.86 | 20.37 | - |
| YUV | 81.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 125 | 0.23 | 0.47 | 0 | 0.51 | 270.51 | 0.31 | 0.37 |
| Hex | 60 | 42 | 7D | 17 | 2F | 0 | 33 | 10F | 1F | 25 |
| Octal | 140 | 102 | 175 | 27 | 57 | 0 | 63 | 417 | 37 | 45 |
| Binary | 1100000 | 1000010 | 1111101 | 10111 | 101111 | 0 | 110011 | 100001111 | 11111 | 100101 |
Color Harmonies of #60427D
Complementary color
Monochromatic Colors of #60427D
Black with #60427D
Text Example
Text Example
White with #60427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60427D; }
p { color: rgb(96,66,125); }
H1.HeaderClassName
{
color: #60427D;
}
.AnyTagClassName
{
color: #60427D;
}
</style>
background-color css
<style>
a { background-color: #60427D; }
a { background-color: rgb(96,66,125); }
div.DivClassName
{
background-color: #60427D;
}
.BgClassName
{
background-color: #60427D;
}
</style>
border-color css
<style>
span { border-color: #60427D; }
span { border-color: rgb(96,66,125); }
td.TdClassName
{
border-color: #60427D;
}
.TagClassName
{
border-color: #60427D;
}
</style>