Shades of Blue Marguerite #6B66B2
Tints of Blue Marguerite #6B66B2
RGB
CMYK
RGB Variations
Color information
#6B66B2 (or 0x6B66B2) is known color: Blue Marguerite. HEX triplet: 6B, 66 and B2. RGB value is (107,102,178). Sum of RGB (Red+Green+Blue) = 107+102+178=387 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.65% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B66B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B66B2 is #94994D. Grayscale: #6F6F6F. Windows color (decimal): -9738574 or 11691627. OLE color: 11691627.
HSL color Cylindrical-coordinate representation of color #6B66B2: hue angle of 243.95º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B66B2 is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 107 | 102 | 178 | - |
| CMYK | 0.40 | 0.43 | 0 | 0.30 |
| HSL | 243.95º | 0.33% | 0.55% | - |
| HSV(B) | 243.95º | 0.43% | 0.7% | - |
| XYZ | 18.85 | 15.84 | 44.18 | - |
| YUV | 112.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 102 | 178 | 0.40 | 0.43 | 0 | 0.30 | 243.95 | 0.33 | 0.55 |
| Hex | 6B | 66 | B2 | 28 | 2B | 0 | 1E | F4 | 21 | 37 |
| Octal | 153 | 146 | 262 | 50 | 53 | 0 | 36 | 364 | 41 | 67 |
| Binary | 1101011 | 1100110 | 10110010 | 101000 | 101011 | 0 | 11110 | 11110100 | 100001 | 110111 |
Color Harmonies of #6B66B2
Complementary color
Monochromatic Colors of #6B66B2
Black with #6B66B2
Text Example
Text Example
White with #6B66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B66B2; }
p { color: rgb(107,102,178); }
H1.HeaderClassName
{
color: #6B66B2;
}
.AnyTagClassName
{
color: #6B66B2;
}
</style>
background-color css
<style>
a { background-color: #6B66B2; }
a { background-color: rgb(107,102,178); }
div.DivClassName
{
background-color: #6B66B2;
}
.BgClassName
{
background-color: #6B66B2;
}
</style>
border-color css
<style>
span { border-color: #6B66B2; }
span { border-color: rgb(107,102,178); }
td.TdClassName
{
border-color: #6B66B2;
}
.TagClassName
{
border-color: #6B66B2;
}
</style>