Shades of Blue Marguerite #6960B6
Tints of Blue Marguerite #6960B6
RGB
CMYK
RGB Variations
Color information
#6960B6 (or 0x6960B6) is known color: Blue Marguerite. HEX triplet: 69, 60 and B6. RGB value is (105,96,182). Sum of RGB (Red+Green+Blue) = 105+96+182=383 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.42% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 182 (71.48% from 255 or 47.52% from 383); Max value from RGB is 182 - color contains mainly: blue. Hex color #6960B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960B6 is #969F49. Grayscale: #6C6C6C. Windows color (decimal): -9871178 or 11952233. OLE color: 11952233.
HSL color Cylindrical-coordinate representation of color #6960B6: hue angle of 246.28º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6960B6 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 96 | 182 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.29 |
| HSL | 246.28º | 0.37% | 0.55% | - |
| HSV(B) | 246.28º | 0.47% | 0.71% | - |
| XYZ | 18.45 | 14.75 | 46.13 | - |
| YUV | 108.5 | 169.48 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 96 | 182 | 0.42 | 0.47 | 0 | 0.29 | 246.28 | 0.37 | 0.55 |
| Hex | 69 | 60 | B6 | 2A | 2F | 0 | 1D | F6 | 25 | 37 |
| Octal | 151 | 140 | 266 | 52 | 57 | 0 | 35 | 366 | 45 | 67 |
| Binary | 1101001 | 1100000 | 10110110 | 101010 | 101111 | 0 | 11101 | 11110110 | 100101 | 110111 |
Color Harmonies of #6960B6
Complementary color
Monochromatic Colors of #6960B6
Black with #6960B6
Text Example
Text Example
White with #6960B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6960B6; }
p { color: rgb(105,96,182); }
H1.HeaderClassName
{
color: #6960B6;
}
.AnyTagClassName
{
color: #6960B6;
}
</style>
background-color css
<style>
a { background-color: #6960B6; }
a { background-color: rgb(105,96,182); }
div.DivClassName
{
background-color: #6960B6;
}
.BgClassName
{
background-color: #6960B6;
}
</style>
border-color css
<style>
span { border-color: #6960B6; }
span { border-color: rgb(105,96,182); }
td.TdClassName
{
border-color: #6960B6;
}
.TagClassName
{
border-color: #6960B6;
}
</style>