Shades of Blue Marguerite #6952AB
Tints of Blue Marguerite #6952AB
RGB
CMYK
RGB Variations
Color information
#6952AB (or 0x6952AB) is known color: Blue Marguerite. HEX triplet: 69, 52 and AB. RGB value is (105,82,171). Sum of RGB (Red+Green+Blue) = 105+82+171=358 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.33% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #6952AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6952AB is #96AD54. Grayscale: #626262. Windows color (decimal): -9874773 or 11227753. OLE color: 11227753.
HSL color Cylindrical-coordinate representation of color #6952AB: hue angle of 255.51º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6952AB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 82 | 171 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.33 |
| HSL | 255.51º | 0.35% | 0.5% | - |
| HSV(B) | 255.51º | 0.52% | 0.67% | - |
| XYZ | 16.19 | 11.98 | 39.99 | - |
| YUV | 99.02 | 168.62 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 171 | 0.39 | 0.52 | 0 | 0.33 | 255.51 | 0.35 | 0.5 |
| Hex | 69 | 52 | AB | 27 | 34 | 0 | 21 | 100 | 23 | 32 |
| Octal | 151 | 122 | 253 | 47 | 64 | 0 | 41 | 400 | 43 | 62 |
| Binary | 1101001 | 1010010 | 10101011 | 100111 | 110100 | 0 | 100001 | 100000000 | 100011 | 110010 |
Color Harmonies of #6952AB
Complementary color
Monochromatic Colors of #6952AB
Black with #6952AB
Text Example
Text Example
White with #6952AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952AB; }
p { color: rgb(105,82,171); }
H1.HeaderClassName
{
color: #6952AB;
}
.AnyTagClassName
{
color: #6952AB;
}
</style>
background-color css
<style>
a { background-color: #6952AB; }
a { background-color: rgb(105,82,171); }
div.DivClassName
{
background-color: #6952AB;
}
.BgClassName
{
background-color: #6952AB;
}
</style>
border-color css
<style>
span { border-color: #6952AB; }
span { border-color: rgb(105,82,171); }
td.TdClassName
{
border-color: #6952AB;
}
.TagClassName
{
border-color: #6952AB;
}
</style>