Shades of Blue Marguerite #6951AD
Tints of Blue Marguerite #6951AD
RGB
CMYK
RGB Variations
Color information
#6951AD (or 0x6951AD) is known color: Blue Marguerite. HEX triplet: 69, 51 and AD. RGB value is (105,81,173). Sum of RGB (Red+Green+Blue) = 105+81+173=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6951AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6951AD is #96AE52. Grayscale: #626262. Windows color (decimal): -9875027 or 11358569. OLE color: 11358569.
HSL color Cylindrical-coordinate representation of color #6951AD: hue angle of 255.65º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6951AD is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 105 | 81 | 173 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.32 |
| HSL | 255.65º | 0.36% | 0.5% | - |
| HSV(B) | 255.65º | 0.53% | 0.68% | - |
| XYZ | 16.31 | 11.91 | 40.97 | - |
| YUV | 98.66 | 169.95 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 81 | 173 | 0.39 | 0.53 | 0 | 0.32 | 255.65 | 0.36 | 0.5 |
| Hex | 69 | 51 | AD | 27 | 35 | 0 | 20 | 100 | 24 | 32 |
| Octal | 151 | 121 | 255 | 47 | 65 | 0 | 40 | 400 | 44 | 62 |
| Binary | 1101001 | 1010001 | 10101101 | 100111 | 110101 | 0 | 100000 | 100000000 | 100100 | 110010 |
Color Harmonies of #6951AD
Complementary color
Monochromatic Colors of #6951AD
Black with #6951AD
Text Example
Text Example
White with #6951AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6951AD; }
p { color: rgb(105,81,173); }
H1.HeaderClassName
{
color: #6951AD;
}
.AnyTagClassName
{
color: #6951AD;
}
</style>
background-color css
<style>
a { background-color: #6951AD; }
a { background-color: rgb(105,81,173); }
div.DivClassName
{
background-color: #6951AD;
}
.BgClassName
{
background-color: #6951AD;
}
</style>
border-color css
<style>
span { border-color: #6951AD; }
span { border-color: rgb(105,81,173); }
td.TdClassName
{
border-color: #6951AD;
}
.TagClassName
{
border-color: #6951AD;
}
</style>