Shades of Daisy Bush #663D8A
Tints of Daisy Bush #663D8A
RGB
CMYK
RGB Variations
Color information
#663D8A (or 0x663D8A) is known color: Daisy Bush. HEX triplet: 66, 3D and 8A. RGB value is (102,61,138). Sum of RGB (Red+Green+Blue) = 102+61+138=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 61 (24.22% from 255 or 20.27% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #663D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #663D8A is #99C275. Grayscale: #515151. Windows color (decimal): -10076790 or 9059686. OLE color: 9059686.
HSL color Cylindrical-coordinate representation of color #663D8A: hue angle of 271.95º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #663D8A is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 61 | 138 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.46 |
| HSL | 271.95º | 0.39% | 0.39% | - |
| HSV(B) | 271.95º | 0.56% | 0.54% | - |
| XYZ | 11.74 | 8 | 24.97 | - |
| YUV | 82.04 | 159.58 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 138 | 0.26 | 0.56 | 0 | 0.46 | 271.95 | 0.39 | 0.39 |
| Hex | 66 | 3D | 8A | 1A | 38 | 0 | 2E | 110 | 27 | 27 |
| Octal | 146 | 75 | 212 | 32 | 70 | 0 | 56 | 420 | 47 | 47 |
| Binary | 1100110 | 111101 | 10001010 | 11010 | 111000 | 0 | 101110 | 100010000 | 100111 | 100111 |
Color Harmonies of #663D8A
Complementary color
Monochromatic Colors of #663D8A
Black with #663D8A
Text Example
Text Example
White with #663D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D8A; }
p { color: rgb(102,61,138); }
H1.HeaderClassName
{
color: #663D8A;
}
.AnyTagClassName
{
color: #663D8A;
}
</style>
background-color css
<style>
a { background-color: #663D8A; }
a { background-color: rgb(102,61,138); }
div.DivClassName
{
background-color: #663D8A;
}
.BgClassName
{
background-color: #663D8A;
}
</style>
border-color css
<style>
span { border-color: #663D8A; }
span { border-color: rgb(102,61,138); }
td.TdClassName
{
border-color: #663D8A;
}
.TagClassName
{
border-color: #663D8A;
}
</style>