Shades of Blue Marguerite #6954AC
Tints of Blue Marguerite #6954AC
RGB
CMYK
RGB Variations
Color information
#6954AC (or 0x6954AC) is known color: Blue Marguerite. HEX triplet: 69, 54 and AC. RGB value is (105,84,172). Sum of RGB (Red+Green+Blue) = 105+84+172=361 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.09% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #6954AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6954AC is #96AB53. Grayscale: #636363. Windows color (decimal): -9874260 or 11293801. OLE color: 11293801.
HSL color Cylindrical-coordinate representation of color #6954AC: hue angle of 254.32º 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 #6954AC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 84 | 172 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.33 |
| HSL | 254.32º | 0.35% | 0.5% | - |
| HSV(B) | 254.32º | 0.51% | 0.67% | - |
| XYZ | 16.44 | 12.32 | 40.54 | - |
| YUV | 100.31 | 168.46 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 172 | 0.39 | 0.51 | 0 | 0.33 | 254.32 | 0.35 | 0.5 |
| Hex | 69 | 54 | AC | 27 | 33 | 0 | 21 | FE | 23 | 32 |
| Octal | 151 | 124 | 254 | 47 | 63 | 0 | 41 | 376 | 43 | 62 |
| Binary | 1101001 | 1010100 | 10101100 | 100111 | 110011 | 0 | 100001 | 11111110 | 100011 | 110010 |
Color Harmonies of #6954AC
Complementary color
Monochromatic Colors of #6954AC
Black with #6954AC
Text Example
Text Example
White with #6954AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6954AC; }
p { color: rgb(105,84,172); }
H1.HeaderClassName
{
color: #6954AC;
}
.AnyTagClassName
{
color: #6954AC;
}
</style>
background-color css
<style>
a { background-color: #6954AC; }
a { background-color: rgb(105,84,172); }
div.DivClassName
{
background-color: #6954AC;
}
.BgClassName
{
background-color: #6954AC;
}
</style>
border-color css
<style>
span { border-color: #6954AC; }
span { border-color: rgb(105,84,172); }
td.TdClassName
{
border-color: #6954AC;
}
.TagClassName
{
border-color: #6954AC;
}
</style>