Shades of Kingfisher Daisy #604182
Tints of Kingfisher Daisy #604182
RGB
CMYK
RGB Variations
Color information
#604182 (or 0x604182) is known color: Kingfisher Daisy. HEX triplet: 60, 41 and 82. RGB value is (96,65,130). Sum of RGB (Red+Green+Blue) = 96+65+130=291 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.99% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #604182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #604182 is #9FBE7D. Grayscale: #515151. Windows color (decimal): -10468990 or 8536416. OLE color: 8536416.
HSL color Cylindrical-coordinate representation of color #604182: hue angle of 268.62º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #604182 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 65 | 130 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.49 |
| HSL | 268.62º | 0.33% | 0.38% | - |
| HSV(B) | 268.62º | 0.5% | 0.51% | - |
| XYZ | 10.74 | 7.88 | 22.07 | - |
| YUV | 81.68 | 155.27 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 130 | 0.26 | 0.50 | 0 | 0.49 | 268.62 | 0.33 | 0.38 |
| Hex | 60 | 41 | 82 | 1A | 32 | 0 | 31 | 10D | 21 | 26 |
| Octal | 140 | 101 | 202 | 32 | 62 | 0 | 61 | 415 | 41 | 46 |
| Binary | 1100000 | 1000001 | 10000010 | 11010 | 110010 | 0 | 110001 | 100001101 | 100001 | 100110 |
Color Harmonies of #604182
Complementary color
Monochromatic Colors of #604182
Black with #604182
Text Example
Text Example
White with #604182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604182; }
p { color: rgb(96,65,130); }
H1.HeaderClassName
{
color: #604182;
}
.AnyTagClassName
{
color: #604182;
}
</style>
background-color css
<style>
a { background-color: #604182; }
a { background-color: rgb(96,65,130); }
div.DivClassName
{
background-color: #604182;
}
.BgClassName
{
background-color: #604182;
}
</style>
border-color css
<style>
span { border-color: #604182; }
span { border-color: rgb(96,65,130); }
td.TdClassName
{
border-color: #604182;
}
.TagClassName
{
border-color: #604182;
}
</style>