Shades of Blue Marguerite #6661BC
Tints of Blue Marguerite #6661BC
RGB
CMYK
RGB Variations
Color information
#6661BC (or 0x6661BC) is known color: Blue Marguerite. HEX triplet: 66, 61 and BC. RGB value is (102,97,188). Sum of RGB (Red+Green+Blue) = 102+97+188=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #6661BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661BC is #999E43. Grayscale: #6C6C6C. Windows color (decimal): -10067524 or 12345702. OLE color: 12345702.
HSL color Cylindrical-coordinate representation of color #6661BC: hue angle of 243.3º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6661BC is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 97 | 188 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.26 |
| HSL | 243.3º | 0.4% | 0.56% | - |
| HSV(B) | 243.3º | 0.48% | 0.74% | - |
| XYZ | 18.83 | 15.01 | 49.48 | - |
| YUV | 108.87 | 172.66 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 188 | 0.46 | 0.48 | 0 | 0.26 | 243.3 | 0.4 | 0.56 |
| Hex | 66 | 61 | BC | 2E | 30 | 0 | 1A | F3 | 28 | 38 |
| Octal | 146 | 141 | 274 | 56 | 60 | 0 | 32 | 363 | 50 | 70 |
| Binary | 1100110 | 1100001 | 10111100 | 101110 | 110000 | 0 | 11010 | 11110011 | 101000 | 111000 |
Color Harmonies of #6661BC
Complementary color
Monochromatic Colors of #6661BC
Black with #6661BC
Text Example
Text Example
White with #6661BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6661BC; }
p { color: rgb(102,97,188); }
H1.HeaderClassName
{
color: #6661BC;
}
.AnyTagClassName
{
color: #6661BC;
}
</style>
background-color css
<style>
a { background-color: #6661BC; }
a { background-color: rgb(102,97,188); }
div.DivClassName
{
background-color: #6661BC;
}
.BgClassName
{
background-color: #6661BC;
}
</style>
border-color css
<style>
span { border-color: #6661BC; }
span { border-color: rgb(102,97,188); }
td.TdClassName
{
border-color: #6661BC;
}
.TagClassName
{
border-color: #6661BC;
}
</style>