Shades of Blue Marguerite #6957B2
Tints of Blue Marguerite #6957B2
RGB
CMYK
RGB Variations
Color information
#6957B2 (or 0x6957B2) is known color: Blue Marguerite. HEX triplet: 69, 57 and B2. RGB value is (105,87,178). Sum of RGB (Red+Green+Blue) = 105+87+178=370 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.38% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 178 (69.92% from 255 or 48.11% from 370); Max value from RGB is 178 - color contains mainly: blue. Hex color #6957B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6957B2 is #96A84D. Grayscale: #666666. Windows color (decimal): -9873486 or 11687785. OLE color: 11687785.
HSL color Cylindrical-coordinate representation of color #6957B2: hue angle of 251.87º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6957B2 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 87 | 178 | - |
| CMYK | 0.41 | 0.51 | 0 | 0.30 |
| HSL | 251.87º | 0.37% | 0.52% | - |
| HSV(B) | 251.87º | 0.51% | 0.7% | - |
| XYZ | 17.27 | 13.03 | 43.73 | - |
| YUV | 102.76 | 170.46 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 87 | 178 | 0.41 | 0.51 | 0 | 0.30 | 251.87 | 0.37 | 0.52 |
| Hex | 69 | 57 | B2 | 29 | 33 | 0 | 1E | FC | 25 | 34 |
| Octal | 151 | 127 | 262 | 51 | 63 | 0 | 36 | 374 | 45 | 64 |
| Binary | 1101001 | 1010111 | 10110010 | 101001 | 110011 | 0 | 11110 | 11111100 | 100101 | 110100 |
Color Harmonies of #6957B2
Complementary color
Monochromatic Colors of #6957B2
Black with #6957B2
Text Example
Text Example
White with #6957B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6957B2; }
p { color: rgb(105,87,178); }
H1.HeaderClassName
{
color: #6957B2;
}
.AnyTagClassName
{
color: #6957B2;
}
</style>
background-color css
<style>
a { background-color: #6957B2; }
a { background-color: rgb(105,87,178); }
div.DivClassName
{
background-color: #6957B2;
}
.BgClassName
{
background-color: #6957B2;
}
</style>
border-color css
<style>
span { border-color: #6957B2; }
span { border-color: rgb(105,87,178); }
td.TdClassName
{
border-color: #6957B2;
}
.TagClassName
{
border-color: #6957B2;
}
</style>