Shades of Blue Marguerite #6959A6
Tints of Blue Marguerite #6959A6
RGB
CMYK
RGB Variations
Color information
#6959A6 (or 0x6959A6) is known color: Blue Marguerite. HEX triplet: 69, 59 and A6. RGB value is (105,89,166). Sum of RGB (Red+Green+Blue) = 105+89+166=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 166 (65.23% from 255 or 46.11% from 360); Max value from RGB is 166 - color contains mainly: blue. Hex color #6959A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6959A6 is #96A659. Grayscale: #666666. Windows color (decimal): -9872986 or 10901865. OLE color: 10901865.
HSL color Cylindrical-coordinate representation of color #6959A6: hue angle of 252.47º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6959A6 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 89 | 166 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.35 |
| HSL | 252.47º | 0.3% | 0.5% | - |
| HSV(B) | 252.47º | 0.46% | 0.65% | - |
| XYZ | 16.28 | 12.9 | 37.71 | - |
| YUV | 102.56 | 163.8 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 166 | 0.37 | 0.46 | 0 | 0.35 | 252.47 | 0.3 | 0.5 |
| Hex | 69 | 59 | A6 | 25 | 2E | 0 | 23 | FC | 1E | 32 |
| Octal | 151 | 131 | 246 | 45 | 56 | 0 | 43 | 374 | 36 | 62 |
| Binary | 1101001 | 1011001 | 10100110 | 100101 | 101110 | 0 | 100011 | 11111100 | 11110 | 110010 |
Color Harmonies of #6959A6
Complementary color
Monochromatic Colors of #6959A6
Black with #6959A6
Text Example
Text Example
White with #6959A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959A6; }
p { color: rgb(105,89,166); }
H1.HeaderClassName
{
color: #6959A6;
}
.AnyTagClassName
{
color: #6959A6;
}
</style>
background-color css
<style>
a { background-color: #6959A6; }
a { background-color: rgb(105,89,166); }
div.DivClassName
{
background-color: #6959A6;
}
.BgClassName
{
background-color: #6959A6;
}
</style>
border-color css
<style>
span { border-color: #6959A6; }
span { border-color: rgb(105,89,166); }
td.TdClassName
{
border-color: #6959A6;
}
.TagClassName
{
border-color: #6959A6;
}
</style>