Shades of Blue Marguerite #6954B1
Tints of Blue Marguerite #6954B1
RGB
CMYK
RGB Variations
Color information
#6954B1 (or 0x6954B1) is known color: Blue Marguerite. HEX triplet: 69, 54 and B1. RGB value is (105,84,177). Sum of RGB (Red+Green+Blue) = 105+84+177=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 84 (33.20% from 255 or 22.95% from 366); Blue value is 177 (69.53% from 255 or 48.36% from 366); Max value from RGB is 177 - color contains mainly: blue. Hex color #6954B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6954B1 is #96AB4E. Grayscale: #646464. Windows color (decimal): -9874255 or 11621481. OLE color: 11621481.
HSL color Cylindrical-coordinate representation of color #6954B1: hue angle of 253.55º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6954B1 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 84 | 177 | - |
| CMYK | 0.41 | 0.53 | 0 | 0.31 |
| HSL | 253.55º | 0.37% | 0.51% | - |
| HSV(B) | 253.55º | 0.53% | 0.69% | - |
| XYZ | 16.93 | 12.52 | 43.12 | - |
| YUV | 100.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 84 | 177 | 0.41 | 0.53 | 0 | 0.31 | 253.55 | 0.37 | 0.51 |
| Hex | 69 | 54 | B1 | 29 | 35 | 0 | 1F | FE | 25 | 33 |
| Octal | 151 | 124 | 261 | 51 | 65 | 0 | 37 | 376 | 45 | 63 |
| Binary | 1101001 | 1010100 | 10110001 | 101001 | 110101 | 0 | 11111 | 11111110 | 100101 | 110011 |
Color Harmonies of #6954B1
Complementary color
Monochromatic Colors of #6954B1
Black with #6954B1
Text Example
Text Example
White with #6954B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6954B1; }
p { color: rgb(105,84,177); }
H1.HeaderClassName
{
color: #6954B1;
}
.AnyTagClassName
{
color: #6954B1;
}
</style>
background-color css
<style>
a { background-color: #6954B1; }
a { background-color: rgb(105,84,177); }
div.DivClassName
{
background-color: #6954B1;
}
.BgClassName
{
background-color: #6954B1;
}
</style>
border-color css
<style>
span { border-color: #6954B1; }
span { border-color: rgb(105,84,177); }
td.TdClassName
{
border-color: #6954B1;
}
.TagClassName
{
border-color: #6954B1;
}
</style>