Shades of Blue Marguerite #6C61BD
Tints of Blue Marguerite #6C61BD
RGB
CMYK
RGB Variations
Color information
#6C61BD (or 0x6C61BD) is known color: Blue Marguerite. HEX triplet: 6C, 61 and BD. RGB value is (108,97,189). Sum of RGB (Red+Green+Blue) = 108+97+189=394 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.41% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C61BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C61BD is #939E42. Grayscale: #6E6E6E. Windows color (decimal): -9674307 or 12411244. OLE color: 12411244.
HSL color Cylindrical-coordinate representation of color #6C61BD: hue angle of 247.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C61BD is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 97 | 189 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.26 |
| HSL | 247.17º | 0.41% | 0.56% | - |
| HSV(B) | 247.17º | 0.49% | 0.74% | - |
| XYZ | 19.64 | 15.41 | 50.08 | - |
| YUV | 110.78 | 172.14 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 97 | 189 | 0.43 | 0.49 | 0 | 0.26 | 247.17 | 0.41 | 0.56 |
| Hex | 6C | 61 | BD | 2B | 31 | 0 | 1A | F7 | 29 | 38 |
| Octal | 154 | 141 | 275 | 53 | 61 | 0 | 32 | 367 | 51 | 70 |
| Binary | 1101100 | 1100001 | 10111101 | 101011 | 110001 | 0 | 11010 | 11110111 | 101001 | 111000 |
Color Harmonies of #6C61BD
Complementary color
Monochromatic Colors of #6C61BD
Black with #6C61BD
Text Example
Text Example
White with #6C61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C61BD; }
p { color: rgb(108,97,189); }
H1.HeaderClassName
{
color: #6C61BD;
}
.AnyTagClassName
{
color: #6C61BD;
}
</style>
background-color css
<style>
a { background-color: #6C61BD; }
a { background-color: rgb(108,97,189); }
div.DivClassName
{
background-color: #6C61BD;
}
.BgClassName
{
background-color: #6C61BD;
}
</style>
border-color css
<style>
span { border-color: #6C61BD; }
span { border-color: rgb(108,97,189); }
td.TdClassName
{
border-color: #6C61BD;
}
.TagClassName
{
border-color: #6C61BD;
}
</style>