Shades of Blue Marguerite #6952BC
Tints of Blue Marguerite #6952BC
RGB
CMYK
RGB Variations
Color information
#6952BC (or 0x6952BC) is known color: Blue Marguerite. HEX triplet: 69, 52 and BC. RGB value is (105,82,188). Sum of RGB (Red+Green+Blue) = 105+82+188=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #6952BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952BC is #96AD43. Grayscale: #646464. Windows color (decimal): -9874756 or 12341865. OLE color: 12341865.
HSL color Cylindrical-coordinate representation of color #6952BC: hue angle of 253.02º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6952BC is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 82 | 188 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.26 |
| HSL | 253.02º | 0.44% | 0.53% | - |
| HSV(B) | 253.02º | 0.56% | 0.74% | - |
| XYZ | 17.92 | 12.67 | 49.08 | - |
| YUV | 100.96 | 177.12 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 82 | 188 | 0.44 | 0.56 | 0 | 0.26 | 253.02 | 0.44 | 0.53 |
| Hex | 69 | 52 | BC | 2C | 38 | 0 | 1A | FD | 2C | 35 |
| Octal | 151 | 122 | 274 | 54 | 70 | 0 | 32 | 375 | 54 | 65 |
| Binary | 1101001 | 1010010 | 10111100 | 101100 | 111000 | 0 | 11010 | 11111101 | 101100 | 110101 |
Color Harmonies of #6952BC
Complementary color
Monochromatic Colors of #6952BC
Black with #6952BC
Text Example
Text Example
White with #6952BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6952BC; }
p { color: rgb(105,82,188); }
H1.HeaderClassName
{
color: #6952BC;
}
.AnyTagClassName
{
color: #6952BC;
}
</style>
background-color css
<style>
a { background-color: #6952BC; }
a { background-color: rgb(105,82,188); }
div.DivClassName
{
background-color: #6952BC;
}
.BgClassName
{
background-color: #6952BC;
}
</style>
border-color css
<style>
span { border-color: #6952BC; }
span { border-color: rgb(105,82,188); }
td.TdClassName
{
border-color: #6952BC;
}
.TagClassName
{
border-color: #6952BC;
}
</style>