Shades of Blue Marguerite #6953AB
Tints of Blue Marguerite #6953AB
RGB
CMYK
RGB Variations
Color information
#6953AB (or 0x6953AB) is known color: Blue Marguerite. HEX triplet: 69, 53 and AB. RGB value is (105,83,171). Sum of RGB (Red+Green+Blue) = 105+83+171=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6953AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6953AB is #96AC54. Grayscale: #636363. Windows color (decimal): -9874517 or 11228009. OLE color: 11228009.
HSL color Cylindrical-coordinate representation of color #6953AB: hue angle of 255º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6953AB is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 83 | 171 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.33 |
| HSL | 255º | 0.35% | 0.5% | - |
| HSV(B) | 255º | 0.51% | 0.67% | - |
| XYZ | 16.27 | 12.13 | 40.01 | - |
| YUV | 99.61 | 168.29 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 171 | 0.39 | 0.51 | 0 | 0.33 | 255 | 0.35 | 0.5 |
| Hex | 69 | 53 | AB | 27 | 33 | 0 | 21 | FF | 23 | 32 |
| Octal | 151 | 123 | 253 | 47 | 63 | 0 | 41 | 377 | 43 | 62 |
| Binary | 1101001 | 1010011 | 10101011 | 100111 | 110011 | 0 | 100001 | 11111111 | 100011 | 110010 |
Color Harmonies of #6953AB
Complementary color
Monochromatic Colors of #6953AB
Black with #6953AB
Text Example
Text Example
White with #6953AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953AB; }
p { color: rgb(105,83,171); }
H1.HeaderClassName
{
color: #6953AB;
}
.AnyTagClassName
{
color: #6953AB;
}
</style>
background-color css
<style>
a { background-color: #6953AB; }
a { background-color: rgb(105,83,171); }
div.DivClassName
{
background-color: #6953AB;
}
.BgClassName
{
background-color: #6953AB;
}
</style>
border-color css
<style>
span { border-color: #6953AB; }
span { border-color: rgb(105,83,171); }
td.TdClassName
{
border-color: #6953AB;
}
.TagClassName
{
border-color: #6953AB;
}
</style>