Shades of Blue Marguerite #6660AD
Tints of Blue Marguerite #6660AD
RGB
CMYK
RGB Variations
Color information
#6660AD (or 0x6660AD) is known color: Blue Marguerite. HEX triplet: 66, 60 and AD. RGB value is (102,96,173). Sum of RGB (Red+Green+Blue) = 102+96+173=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #6660AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6660AD is #999F52. Grayscale: #6A6A6A. Windows color (decimal): -10067795 or 11362406. OLE color: 11362406.
HSL color Cylindrical-coordinate representation of color #6660AD: hue angle of 244.68º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6660AD is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 102 | 96 | 173 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.32 |
| HSL | 244.68º | 0.32% | 0.53% | - |
| HSV(B) | 244.68º | 0.45% | 0.68% | - |
| XYZ | 17.21 | 14.21 | 41.37 | - |
| YUV | 106.57 | 165.49 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 173 | 0.41 | 0.45 | 0 | 0.32 | 244.68 | 0.32 | 0.53 |
| Hex | 66 | 60 | AD | 29 | 2D | 0 | 20 | F5 | 20 | 35 |
| Octal | 146 | 140 | 255 | 51 | 55 | 0 | 40 | 365 | 40 | 65 |
| Binary | 1100110 | 1100000 | 10101101 | 101001 | 101101 | 0 | 100000 | 11110101 | 100000 | 110101 |
Color Harmonies of #6660AD
Complementary color
Monochromatic Colors of #6660AD
Black with #6660AD
Text Example
Text Example
White with #6660AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6660AD; }
p { color: rgb(102,96,173); }
H1.HeaderClassName
{
color: #6660AD;
}
.AnyTagClassName
{
color: #6660AD;
}
</style>
background-color css
<style>
a { background-color: #6660AD; }
a { background-color: rgb(102,96,173); }
div.DivClassName
{
background-color: #6660AD;
}
.BgClassName
{
background-color: #6660AD;
}
</style>
border-color css
<style>
span { border-color: #6660AD; }
span { border-color: rgb(102,96,173); }
td.TdClassName
{
border-color: #6660AD;
}
.TagClassName
{
border-color: #6660AD;
}
</style>