Shades of Blue Marguerite #6960BE
Tints of Blue Marguerite #6960BE
RGB
CMYK
RGB Variations
Color information
#6960BE (or 0x6960BE) is known color: Blue Marguerite. HEX triplet: 69, 60 and BE. RGB value is (105,96,190). Sum of RGB (Red+Green+Blue) = 105+96+190=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #6960BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960BE is #969F41. Grayscale: #6D6D6D. Windows color (decimal): -9871170 or 12476521. OLE color: 12476521.
HSL color Cylindrical-coordinate representation of color #6960BE: hue angle of 245.74º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6960BE is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 96 | 190 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.25 |
| HSL | 245.74º | 0.42% | 0.56% | - |
| HSV(B) | 245.74º | 0.49% | 0.75% | - |
| XYZ | 19.3 | 15.09 | 50.61 | - |
| YUV | 109.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 190 | 0.45 | 0.49 | 0 | 0.25 | 245.74 | 0.42 | 0.56 |
| Hex | 69 | 60 | BE | 2D | 31 | 0 | 19 | F6 | 2A | 38 |
| Octal | 151 | 140 | 276 | 55 | 61 | 0 | 31 | 366 | 52 | 70 |
| Binary | 1101001 | 1100000 | 10111110 | 101101 | 110001 | 0 | 11001 | 11110110 | 101010 | 111000 |
Color Harmonies of #6960BE
Complementary color
Monochromatic Colors of #6960BE
Black with #6960BE
Text Example
Text Example
White with #6960BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960BE; }
p { color: rgb(105,96,190); }
H1.HeaderClassName
{
color: #6960BE;
}
.AnyTagClassName
{
color: #6960BE;
}
</style>
background-color css
<style>
a { background-color: #6960BE; }
a { background-color: rgb(105,96,190); }
div.DivClassName
{
background-color: #6960BE;
}
.BgClassName
{
background-color: #6960BE;
}
</style>
border-color css
<style>
span { border-color: #6960BE; }
span { border-color: rgb(105,96,190); }
td.TdClassName
{
border-color: #6960BE;
}
.TagClassName
{
border-color: #6960BE;
}
</style>