Shades of Blue Marguerite #6952AC
Tints of Blue Marguerite #6952AC
RGB
CMYK
RGB Variations
Color information
#6952AC (or 0x6952AC) is known color: Blue Marguerite. HEX triplet: 69, 52 and AC. RGB value is (105,82,172). Sum of RGB (Red+Green+Blue) = 105+82+172=359 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.25% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #6952AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6952AC is #96AD53. Grayscale: #626262. Windows color (decimal): -9874772 or 11293289. OLE color: 11293289.
HSL color Cylindrical-coordinate representation of color #6952AC: hue angle of 255.33º 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 #6952AC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 105 | 82 | 172 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.33 |
| HSL | 255.33º | 0.35% | 0.5% | - |
| HSV(B) | 255.33º | 0.52% | 0.67% | - |
| XYZ | 16.29 | 12.02 | 40.49 | - |
| YUV | 99.14 | 169.12 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 172 | 0.39 | 0.52 | 0 | 0.33 | 255.33 | 0.35 | 0.5 |
| Hex | 69 | 52 | AC | 27 | 34 | 0 | 21 | FF | 23 | 32 |
| Octal | 151 | 122 | 254 | 47 | 64 | 0 | 41 | 377 | 43 | 62 |
| Binary | 1101001 | 1010010 | 10101100 | 100111 | 110100 | 0 | 100001 | 11111111 | 100011 | 110010 |
Color Harmonies of #6952AC
Complementary color
Monochromatic Colors of #6952AC
Black with #6952AC
Text Example
Text Example
White with #6952AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952AC; }
p { color: rgb(105,82,172); }
H1.HeaderClassName
{
color: #6952AC;
}
.AnyTagClassName
{
color: #6952AC;
}
</style>
background-color css
<style>
a { background-color: #6952AC; }
a { background-color: rgb(105,82,172); }
div.DivClassName
{
background-color: #6952AC;
}
.BgClassName
{
background-color: #6952AC;
}
</style>
border-color css
<style>
span { border-color: #6952AC; }
span { border-color: rgb(105,82,172); }
td.TdClassName
{
border-color: #6952AC;
}
.TagClassName
{
border-color: #6952AC;
}
</style>