Shades of Daisy Bush #663D8B
Tints of Daisy Bush #663D8B
RGB
CMYK
RGB Variations
Color information
#663D8B (or 0x663D8B) is known color: Daisy Bush. HEX triplet: 66, 3D and 8B. RGB value is (102,61,139). Sum of RGB (Red+Green+Blue) = 102+61+139=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 139 (54.69% from 255 or 46.03% from 302); Max value from RGB is 139 - color contains mainly: blue. Hex color #663D8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D8B is #99C274. Grayscale: #515151. Windows color (decimal): -10076789 or 9125222. OLE color: 9125222.
HSL color Cylindrical-coordinate representation of color #663D8B: hue angle of 271.54º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663D8B is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 61 | 139 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.45 |
| HSL | 271.54º | 0.39% | 0.39% | - |
| HSV(B) | 271.54º | 0.56% | 0.55% | - |
| XYZ | 11.81 | 8.03 | 25.35 | - |
| YUV | 82.15 | 160.08 | 142.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 139 | 0.27 | 0.56 | 0 | 0.45 | 271.54 | 0.39 | 0.39 |
| Hex | 66 | 3D | 8B | 1B | 38 | 0 | 2D | 110 | 27 | 27 |
| Octal | 146 | 75 | 213 | 33 | 70 | 0 | 55 | 420 | 47 | 47 |
| Binary | 1100110 | 111101 | 10001011 | 11011 | 111000 | 0 | 101101 | 100010000 | 100111 | 100111 |
Color Harmonies of #663D8B
Complementary color
Monochromatic Colors of #663D8B
Black with #663D8B
Text Example
Text Example
White with #663D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D8B; }
p { color: rgb(102,61,139); }
H1.HeaderClassName
{
color: #663D8B;
}
.AnyTagClassName
{
color: #663D8B;
}
</style>
background-color css
<style>
a { background-color: #663D8B; }
a { background-color: rgb(102,61,139); }
div.DivClassName
{
background-color: #663D8B;
}
.BgClassName
{
background-color: #663D8B;
}
</style>
border-color css
<style>
span { border-color: #663D8B; }
span { border-color: rgb(102,61,139); }
td.TdClassName
{
border-color: #663D8B;
}
.TagClassName
{
border-color: #663D8B;
}
</style>