Shades of Blue Marguerite #6959B3
Tints of Blue Marguerite #6959B3
RGB
CMYK
RGB Variations
Color information
#6959B3 (or 0x6959B3) is known color: Blue Marguerite. HEX triplet: 69, 59 and B3. RGB value is (105,89,179). Sum of RGB (Red+Green+Blue) = 105+89+179=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #6959B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959B3 is #96A64C. Grayscale: #676767. Windows color (decimal): -9872973 or 11753833. OLE color: 11753833.
HSL color Cylindrical-coordinate representation of color #6959B3: hue angle of 250.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6959B3 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 89 | 179 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.30 |
| HSL | 250.67º | 0.37% | 0.53% | - |
| HSV(B) | 250.67º | 0.5% | 0.7% | - |
| XYZ | 17.53 | 13.4 | 44.31 | - |
| YUV | 104.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 179 | 0.41 | 0.50 | 0 | 0.30 | 250.67 | 0.37 | 0.53 |
| Hex | 69 | 59 | B3 | 29 | 32 | 0 | 1E | FB | 25 | 35 |
| Octal | 151 | 131 | 263 | 51 | 62 | 0 | 36 | 373 | 45 | 65 |
| Binary | 1101001 | 1011001 | 10110011 | 101001 | 110010 | 0 | 11110 | 11111011 | 100101 | 110101 |
Color Harmonies of #6959B3
Complementary color
Monochromatic Colors of #6959B3
Black with #6959B3
Text Example
Text Example
White with #6959B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6959B3; }
p { color: rgb(105,89,179); }
H1.HeaderClassName
{
color: #6959B3;
}
.AnyTagClassName
{
color: #6959B3;
}
</style>
background-color css
<style>
a { background-color: #6959B3; }
a { background-color: rgb(105,89,179); }
div.DivClassName
{
background-color: #6959B3;
}
.BgClassName
{
background-color: #6959B3;
}
</style>
border-color css
<style>
span { border-color: #6959B3; }
span { border-color: rgb(105,89,179); }
td.TdClassName
{
border-color: #6959B3;
}
.TagClassName
{
border-color: #6959B3;
}
</style>