Shades of Blue Marguerite #6663BC
Tints of Blue Marguerite #6663BC
RGB
CMYK
RGB Variations
Color information
#6663BC (or 0x6663BC) is known color: Blue Marguerite. HEX triplet: 66, 63 and BC. RGB value is (102,99,188). Sum of RGB (Red+Green+Blue) = 102+99+188=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #6663BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6663BC is #999C43. Grayscale: #6D6D6D. Windows color (decimal): -10067012 or 12346214. OLE color: 12346214.
HSL color Cylindrical-coordinate representation of color #6663BC: hue angle of 242.02º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6663BC is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 99 | 188 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.26 |
| HSL | 242.02º | 0.4% | 0.56% | - |
| HSV(B) | 242.02º | 0.47% | 0.74% | - |
| XYZ | 19.02 | 15.38 | 49.54 | - |
| YUV | 110.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 99 | 188 | 0.46 | 0.47 | 0 | 0.26 | 242.02 | 0.4 | 0.56 |
| Hex | 66 | 63 | BC | 2E | 2F | 0 | 1A | F2 | 28 | 38 |
| Octal | 146 | 143 | 274 | 56 | 57 | 0 | 32 | 362 | 50 | 70 |
| Binary | 1100110 | 1100011 | 10111100 | 101110 | 101111 | 0 | 11010 | 11110010 | 101000 | 111000 |
Color Harmonies of #6663BC
Complementary color
Monochromatic Colors of #6663BC
Black with #6663BC
Text Example
Text Example
White with #6663BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6663BC; }
p { color: rgb(102,99,188); }
H1.HeaderClassName
{
color: #6663BC;
}
.AnyTagClassName
{
color: #6663BC;
}
</style>
background-color css
<style>
a { background-color: #6663BC; }
a { background-color: rgb(102,99,188); }
div.DivClassName
{
background-color: #6663BC;
}
.BgClassName
{
background-color: #6663BC;
}
</style>
border-color css
<style>
span { border-color: #6663BC; }
span { border-color: rgb(102,99,188); }
td.TdClassName
{
border-color: #6663BC;
}
.TagClassName
{
border-color: #6663BC;
}
</style>