Shades of Daisy Bush #66398E
Tints of Daisy Bush #66398E
RGB
CMYK
RGB Variations
Color information
#66398E (or 0x66398E) is known color: Daisy Bush. HEX triplet: 66, 39 and 8E. RGB value is (102,57,142). Sum of RGB (Red+Green+Blue) = 102+57+142=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 142 (55.86% from 255 or 47.18% from 301); Max value from RGB is 142 - color contains mainly: blue. Hex color #66398E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #66398E is #99C671. Grayscale: #4F4F4F. Windows color (decimal): -10077810 or 9320806. OLE color: 9320806.
HSL color Cylindrical-coordinate representation of color #66398E: hue angle of 271.76º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66398E is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 57 | 142 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.44 |
| HSL | 271.76º | 0.43% | 0.39% | - |
| HSV(B) | 271.76º | 0.6% | 0.56% | - |
| XYZ | 11.83 | 7.7 | 26.45 | - |
| YUV | 80.15 | 162.91 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 57 | 142 | 0.28 | 0.60 | 0 | 0.44 | 271.76 | 0.43 | 0.39 |
| Hex | 66 | 39 | 8E | 1C | 3C | 0 | 2C | 110 | 2B | 27 |
| Octal | 146 | 71 | 216 | 34 | 74 | 0 | 54 | 420 | 53 | 47 |
| Binary | 1100110 | 111001 | 10001110 | 11100 | 111100 | 0 | 101100 | 100010000 | 101011 | 100111 |
Color Harmonies of #66398E
Complementary color
Monochromatic Colors of #66398E
Black with #66398E
Text Example
Text Example
White with #66398E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66398E; }
p { color: rgb(102,57,142); }
H1.HeaderClassName
{
color: #66398E;
}
.AnyTagClassName
{
color: #66398E;
}
</style>
background-color css
<style>
a { background-color: #66398E; }
a { background-color: rgb(102,57,142); }
div.DivClassName
{
background-color: #66398E;
}
.BgClassName
{
background-color: #66398E;
}
</style>
border-color css
<style>
span { border-color: #66398E; }
span { border-color: rgb(102,57,142); }
td.TdClassName
{
border-color: #66398E;
}
.TagClassName
{
border-color: #66398E;
}
</style>