Shades of Blue Marguerite #6D66B1
Tints of Blue Marguerite #6D66B1
RGB
CMYK
RGB Variations
Color information
#6D66B1 (or 0x6D66B1) is known color: Blue Marguerite. HEX triplet: 6D, 66 and B1. RGB value is (109,102,177). Sum of RGB (Red+Green+Blue) = 109+102+177=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #6D66B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D66B1 is #92994E. Grayscale: #707070. Windows color (decimal): -9607503 or 11626093. OLE color: 11626093.
HSL color Cylindrical-coordinate representation of color #6D66B1: hue angle of 245.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D66B1 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 109 | 102 | 177 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.31 |
| HSL | 245.6º | 0.32% | 0.55% | - |
| HSV(B) | 245.6º | 0.42% | 0.69% | - |
| XYZ | 18.99 | 15.93 | 43.67 | - |
| YUV | 112.64 | 164.32 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 102 | 177 | 0.38 | 0.42 | 0 | 0.31 | 245.6 | 0.32 | 0.55 |
| Hex | 6D | 66 | B1 | 26 | 2A | 0 | 1F | F6 | 20 | 37 |
| Octal | 155 | 146 | 261 | 46 | 52 | 0 | 37 | 366 | 40 | 67 |
| Binary | 1101101 | 1100110 | 10110001 | 100110 | 101010 | 0 | 11111 | 11110110 | 100000 | 110111 |
Color Harmonies of #6D66B1
Complementary color
Monochromatic Colors of #6D66B1
Black with #6D66B1
Text Example
Text Example
White with #6D66B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D66B1; }
p { color: rgb(109,102,177); }
H1.HeaderClassName
{
color: #6D66B1;
}
.AnyTagClassName
{
color: #6D66B1;
}
</style>
background-color css
<style>
a { background-color: #6D66B1; }
a { background-color: rgb(109,102,177); }
div.DivClassName
{
background-color: #6D66B1;
}
.BgClassName
{
background-color: #6D66B1;
}
</style>
border-color css
<style>
span { border-color: #6D66B1; }
span { border-color: rgb(109,102,177); }
td.TdClassName
{
border-color: #6D66B1;
}
.TagClassName
{
border-color: #6D66B1;
}
</style>