Shades of Blue Marguerite #6958A7
Tints of Blue Marguerite #6958A7
RGB
CMYK
RGB Variations
Color information
#6958A7 (or 0x6958A7) is known color: Blue Marguerite. HEX triplet: 69, 58 and A7. RGB value is (105,88,167). Sum of RGB (Red+Green+Blue) = 105+88+167=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 167 (65.62% from 255 or 46.39% from 360); Max value from RGB is 167 - color contains mainly: blue. Hex color #6958A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6958A7 is #96A758. Grayscale: #656565. Windows color (decimal): -9873241 or 10967145. OLE color: 10967145.
HSL color Cylindrical-coordinate representation of color #6958A7: hue angle of 252.91º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6958A7 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 105 | 88 | 167 | - |
| CMYK | 0.37 | 0.47 | 0 | 0.35 |
| HSL | 252.91º | 0.31% | 0.5% | - |
| HSV(B) | 252.91º | 0.47% | 0.65% | - |
| XYZ | 16.29 | 12.77 | 38.17 | - |
| YUV | 102.09 | 164.63 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 167 | 0.37 | 0.47 | 0 | 0.35 | 252.91 | 0.31 | 0.5 |
| Hex | 69 | 58 | A7 | 25 | 2F | 0 | 23 | FD | 1F | 32 |
| Octal | 151 | 130 | 247 | 45 | 57 | 0 | 43 | 375 | 37 | 62 |
| Binary | 1101001 | 1011000 | 10100111 | 100101 | 101111 | 0 | 100011 | 11111101 | 11111 | 110010 |
Color Harmonies of #6958A7
Complementary color
Monochromatic Colors of #6958A7
Black with #6958A7
Text Example
Text Example
White with #6958A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6958A7; }
p { color: rgb(105,88,167); }
H1.HeaderClassName
{
color: #6958A7;
}
.AnyTagClassName
{
color: #6958A7;
}
</style>
background-color css
<style>
a { background-color: #6958A7; }
a { background-color: rgb(105,88,167); }
div.DivClassName
{
background-color: #6958A7;
}
.BgClassName
{
background-color: #6958A7;
}
</style>
border-color css
<style>
span { border-color: #6958A7; }
span { border-color: rgb(105,88,167); }
td.TdClassName
{
border-color: #6958A7;
}
.TagClassName
{
border-color: #6958A7;
}
</style>