Shades of Blue Marguerite #6C66BD
Tints of Blue Marguerite #6C66BD
RGB
CMYK
RGB Variations
Color information
#6C66BD (or 0x6C66BD) is known color: Blue Marguerite. HEX triplet: 6C, 66 and BD. RGB value is (108,102,189). Sum of RGB (Red+Green+Blue) = 108+102+189=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #6C66BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66BD is #939942. Grayscale: #717171. Windows color (decimal): -9673027 or 12412524. OLE color: 12412524.
HSL color Cylindrical-coordinate representation of color #6C66BD: hue angle of 244.14º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C66BD is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 108 | 102 | 189 | - |
| CMYK | 0.43 | 0.46 | 0 | 0.26 |
| HSL | 244.14º | 0.4% | 0.57% | - |
| HSV(B) | 244.14º | 0.46% | 0.74% | - |
| XYZ | 20.12 | 16.37 | 50.24 | - |
| YUV | 113.71 | 170.49 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 189 | 0.43 | 0.46 | 0 | 0.26 | 244.14 | 0.4 | 0.57 |
| Hex | 6C | 66 | BD | 2B | 2E | 0 | 1A | F4 | 28 | 39 |
| Octal | 154 | 146 | 275 | 53 | 56 | 0 | 32 | 364 | 50 | 71 |
| Binary | 1101100 | 1100110 | 10111101 | 101011 | 101110 | 0 | 11010 | 11110100 | 101000 | 111001 |
Color Harmonies of #6C66BD
Complementary color
Monochromatic Colors of #6C66BD
Black with #6C66BD
Text Example
Text Example
White with #6C66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C66BD; }
p { color: rgb(108,102,189); }
H1.HeaderClassName
{
color: #6C66BD;
}
.AnyTagClassName
{
color: #6C66BD;
}
</style>
background-color css
<style>
a { background-color: #6C66BD; }
a { background-color: rgb(108,102,189); }
div.DivClassName
{
background-color: #6C66BD;
}
.BgClassName
{
background-color: #6C66BD;
}
</style>
border-color css
<style>
span { border-color: #6C66BD; }
span { border-color: rgb(108,102,189); }
td.TdClassName
{
border-color: #6C66BD;
}
.TagClassName
{
border-color: #6C66BD;
}
</style>