Shades of Blue Marguerite #6552BC
Tints of Blue Marguerite #6552BC
RGB
CMYK
RGB Variations
Color information
#6552BC (or 0x6552BC) is known color: Blue Marguerite. HEX triplet: 65, 52 and BC. RGB value is (101,82,188). Sum of RGB (Red+Green+Blue) = 101+82+188=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6552BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6552BC is #9AAD43. Grayscale: #636363. Windows color (decimal): -10136900 or 12341861. OLE color: 12341861.
HSL color Cylindrical-coordinate representation of color #6552BC: hue angle of 250.75º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6552BC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 82 | 188 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.26 |
| HSL | 250.75º | 0.44% | 0.53% | - |
| HSV(B) | 250.75º | 0.56% | 0.74% | - |
| XYZ | 17.46 | 12.43 | 49.06 | - |
| YUV | 99.77 | 177.79 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 188 | 0.46 | 0.56 | 0 | 0.26 | 250.75 | 0.44 | 0.53 |
| Hex | 65 | 52 | BC | 2E | 38 | 0 | 1A | FB | 2C | 35 |
| Octal | 145 | 122 | 274 | 56 | 70 | 0 | 32 | 373 | 54 | 65 |
| Binary | 1100101 | 1010010 | 10111100 | 101110 | 111000 | 0 | 11010 | 11111011 | 101100 | 110101 |
Color Harmonies of #6552BC
Complementary color
Monochromatic Colors of #6552BC
Black with #6552BC
Text Example
Text Example
White with #6552BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6552BC; }
p { color: rgb(101,82,188); }
H1.HeaderClassName
{
color: #6552BC;
}
.AnyTagClassName
{
color: #6552BC;
}
</style>
background-color css
<style>
a { background-color: #6552BC; }
a { background-color: rgb(101,82,188); }
div.DivClassName
{
background-color: #6552BC;
}
.BgClassName
{
background-color: #6552BC;
}
</style>
border-color css
<style>
span { border-color: #6552BC; }
span { border-color: rgb(101,82,188); }
td.TdClassName
{
border-color: #6552BC;
}
.TagClassName
{
border-color: #6552BC;
}
</style>