Shades of Blue Marguerite #6953BB
Tints of Blue Marguerite #6953BB
RGB
CMYK
RGB Variations
Color information
#6953BB (or 0x6953BB) is known color: Blue Marguerite. HEX triplet: 69, 53 and BB. RGB value is (105,83,187). Sum of RGB (Red+Green+Blue) = 105+83+187=375 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #6953BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953BB is #96AC44. Grayscale: #656565. Windows color (decimal): -9874501 or 12276585. OLE color: 12276585.
HSL color Cylindrical-coordinate representation of color #6953BB: hue angle of 252.69º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6953BB is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 83 | 187 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.27 |
| HSL | 252.69º | 0.43% | 0.53% | - |
| HSV(B) | 252.69º | 0.56% | 0.73% | - |
| XYZ | 17.89 | 12.78 | 48.54 | - |
| YUV | 101.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 83 | 187 | 0.44 | 0.56 | 0 | 0.27 | 252.69 | 0.43 | 0.53 |
| Hex | 69 | 53 | BB | 2C | 38 | 0 | 1B | FD | 2B | 35 |
| Octal | 151 | 123 | 273 | 54 | 70 | 0 | 33 | 375 | 53 | 65 |
| Binary | 1101001 | 1010011 | 10111011 | 101100 | 111000 | 0 | 11011 | 11111101 | 101011 | 110101 |
Color Harmonies of #6953BB
Complementary color
Monochromatic Colors of #6953BB
Black with #6953BB
Text Example
Text Example
White with #6953BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6953BB; }
p { color: rgb(105,83,187); }
H1.HeaderClassName
{
color: #6953BB;
}
.AnyTagClassName
{
color: #6953BB;
}
</style>
background-color css
<style>
a { background-color: #6953BB; }
a { background-color: rgb(105,83,187); }
div.DivClassName
{
background-color: #6953BB;
}
.BgClassName
{
background-color: #6953BB;
}
</style>
border-color css
<style>
span { border-color: #6953BB; }
span { border-color: rgb(105,83,187); }
td.TdClassName
{
border-color: #6953BB;
}
.TagClassName
{
border-color: #6953BB;
}
</style>