Shades of Blue Marguerite #6960B9
Tints of Blue Marguerite #6960B9
RGB
CMYK
RGB Variations
Color information
#6960B9 (or 0x6960B9) is known color: Blue Marguerite. HEX triplet: 69, 60 and B9. RGB value is (105,96,185). Sum of RGB (Red+Green+Blue) = 105+96+185=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 185 (72.66% from 255 or 47.93% from 386); Max value from RGB is 185 - color contains mainly: blue. Hex color #6960B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960B9 is #969F46. Grayscale: #6C6C6C. Windows color (decimal): -9871175 or 12148841. OLE color: 12148841.
HSL color Cylindrical-coordinate representation of color #6960B9: hue angle of 246.07º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6960B9 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 105 | 96 | 185 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.27 |
| HSL | 246.07º | 0.39% | 0.55% | - |
| HSV(B) | 246.07º | 0.48% | 0.73% | - |
| XYZ | 18.77 | 14.87 | 47.78 | - |
| YUV | 108.84 | 170.98 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 185 | 0.43 | 0.48 | 0 | 0.27 | 246.07 | 0.39 | 0.55 |
| Hex | 69 | 60 | B9 | 2B | 30 | 0 | 1B | F6 | 27 | 37 |
| Octal | 151 | 140 | 271 | 53 | 60 | 0 | 33 | 366 | 47 | 67 |
| Binary | 1101001 | 1100000 | 10111001 | 101011 | 110000 | 0 | 11011 | 11110110 | 100111 | 110111 |
Color Harmonies of #6960B9
Complementary color
Monochromatic Colors of #6960B9
Black with #6960B9
Text Example
Text Example
White with #6960B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960B9; }
p { color: rgb(105,96,185); }
H1.HeaderClassName
{
color: #6960B9;
}
.AnyTagClassName
{
color: #6960B9;
}
</style>
background-color css
<style>
a { background-color: #6960B9; }
a { background-color: rgb(105,96,185); }
div.DivClassName
{
background-color: #6960B9;
}
.BgClassName
{
background-color: #6960B9;
}
</style>
border-color css
<style>
span { border-color: #6960B9; }
span { border-color: rgb(105,96,185); }
td.TdClassName
{
border-color: #6960B9;
}
.TagClassName
{
border-color: #6960B9;
}
</style>