Shades of Blue Marguerite #6552B2
Tints of Blue Marguerite #6552B2
RGB
CMYK
RGB Variations
Color information
#6552B2 (or 0x6552B2) is known color: Blue Marguerite. HEX triplet: 65, 52 and B2. RGB value is (101,82,178). Sum of RGB (Red+Green+Blue) = 101+82+178=361 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.98% from 361); Green value is 82 (32.42% from 255 or 22.71% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #6552B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6552B2 is #9AAD4D. Grayscale: #626262. Windows color (decimal): -10136910 or 11686501. OLE color: 11686501.
HSL color Cylindrical-coordinate representation of color #6552B2: hue angle of 251.87º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6552B2 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 82 | 178 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.30 |
| HSL | 251.88º | 0.38% | 0.51% | - |
| HSV(B) | 251.88º | 0.54% | 0.7% | - |
| XYZ | 16.42 | 12.02 | 43.57 | - |
| YUV | 98.63 | 172.79 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 178 | 0.43 | 0.54 | 0 | 0.30 | 251.88 | 0.38 | 0.51 |
| Hex | 65 | 52 | B2 | 2B | 36 | 0 | 1E | FC | 26 | 33 |
| Octal | 145 | 122 | 262 | 53 | 66 | 0 | 36 | 374 | 46 | 63 |
| Binary | 1100101 | 1010010 | 10110010 | 101011 | 110110 | 0 | 11110 | 11111100 | 100110 | 110011 |
Color Harmonies of #6552B2
Complementary color
Monochromatic Colors of #6552B2
Black with #6552B2
Text Example
Text Example
White with #6552B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6552B2; }
p { color: rgb(101,82,178); }
H1.HeaderClassName
{
color: #6552B2;
}
.AnyTagClassName
{
color: #6552B2;
}
</style>
background-color css
<style>
a { background-color: #6552B2; }
a { background-color: rgb(101,82,178); }
div.DivClassName
{
background-color: #6552B2;
}
.BgClassName
{
background-color: #6552B2;
}
</style>
border-color css
<style>
span { border-color: #6552B2; }
span { border-color: rgb(101,82,178); }
td.TdClassName
{
border-color: #6552B2;
}
.TagClassName
{
border-color: #6552B2;
}
</style>