Shades of Blue Marguerite #6952A9
Tints of Blue Marguerite #6952A9
RGB
CMYK
RGB Variations
Color information
#6952A9 (or 0x6952A9) is known color: Blue Marguerite. HEX triplet: 69, 52 and A9. RGB value is (105,82,169). Sum of RGB (Red+Green+Blue) = 105+82+169=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 169 (66.41% from 255 or 47.47% from 356); Max value from RGB is 169 - color contains mainly: blue. Hex color #6952A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6952A9 is #96AD56. Grayscale: #626262. Windows color (decimal): -9874775 or 11096681. OLE color: 11096681.
HSL color Cylindrical-coordinate representation of color #6952A9: hue angle of 255.86º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6952A9 is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 105 | 82 | 169 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.34 |
| HSL | 255.86º | 0.35% | 0.49% | - |
| HSV(B) | 255.86º | 0.51% | 0.66% | - |
| XYZ | 16 | 11.9 | 38.99 | - |
| YUV | 98.8 | 167.62 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 169 | 0.38 | 0.51 | 0 | 0.34 | 255.86 | 0.35 | 0.49 |
| Hex | 69 | 52 | A9 | 26 | 33 | 0 | 22 | 100 | 23 | 31 |
| Octal | 151 | 122 | 251 | 46 | 63 | 0 | 42 | 400 | 43 | 61 |
| Binary | 1101001 | 1010010 | 10101001 | 100110 | 110011 | 0 | 100010 | 100000000 | 100011 | 110001 |
Color Harmonies of #6952A9
Complementary color
Monochromatic Colors of #6952A9
Black with #6952A9
Text Example
Text Example
White with #6952A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952A9; }
p { color: rgb(105,82,169); }
H1.HeaderClassName
{
color: #6952A9;
}
.AnyTagClassName
{
color: #6952A9;
}
</style>
background-color css
<style>
a { background-color: #6952A9; }
a { background-color: rgb(105,82,169); }
div.DivClassName
{
background-color: #6952A9;
}
.BgClassName
{
background-color: #6952A9;
}
</style>
border-color css
<style>
span { border-color: #6952A9; }
span { border-color: rgb(105,82,169); }
td.TdClassName
{
border-color: #6952A9;
}
.TagClassName
{
border-color: #6952A9;
}
</style>