Shades of Blue Marguerite #6648BC
Tints of Blue Marguerite #6648BC
RGB
CMYK
RGB Variations
Color information
#6648BC (or 0x6648BC) is known color: Blue Marguerite. HEX triplet: 66, 48 and BC. RGB value is (102,72,188). Sum of RGB (Red+Green+Blue) = 102+72+188=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #6648BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6648BC is #99B743. Grayscale: #5D5D5D. Windows color (decimal): -10073924 or 12339302. OLE color: 12339302.
HSL color Cylindrical-coordinate representation of color #6648BC: hue angle of 255.52º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6648BC is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 72 | 188 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.26 |
| HSL | 255.52º | 0.46% | 0.51% | - |
| HSV(B) | 255.52º | 0.62% | 0.74% | - |
| XYZ | 16.87 | 11.09 | 48.83 | - |
| YUV | 94.19 | 180.94 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 72 | 188 | 0.46 | 0.62 | 0 | 0.26 | 255.52 | 0.46 | 0.51 |
| Hex | 66 | 48 | BC | 2E | 3E | 0 | 1A | 100 | 2E | 33 |
| Octal | 146 | 110 | 274 | 56 | 76 | 0 | 32 | 400 | 56 | 63 |
| Binary | 1100110 | 1001000 | 10111100 | 101110 | 111110 | 0 | 11010 | 100000000 | 101110 | 110011 |
Color Harmonies of #6648BC
Complementary color
Monochromatic Colors of #6648BC
Black with #6648BC
Text Example
Text Example
White with #6648BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6648BC; }
p { color: rgb(102,72,188); }
H1.HeaderClassName
{
color: #6648BC;
}
.AnyTagClassName
{
color: #6648BC;
}
</style>
background-color css
<style>
a { background-color: #6648BC; }
a { background-color: rgb(102,72,188); }
div.DivClassName
{
background-color: #6648BC;
}
.BgClassName
{
background-color: #6648BC;
}
</style>
border-color css
<style>
span { border-color: #6648BC; }
span { border-color: rgb(102,72,188); }
td.TdClassName
{
border-color: #6648BC;
}
.TagClassName
{
border-color: #6648BC;
}
</style>