Shades of Blue Marguerite #6752B4
Tints of Blue Marguerite #6752B4
RGB
CMYK
RGB Variations
Color information
#6752B4 (or 0x6752B4) is known color: Blue Marguerite. HEX triplet: 67, 52 and B4. RGB value is (103,82,180). Sum of RGB (Red+Green+Blue) = 103+82+180=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 180 (70.70% from 255 or 49.32% from 365); Max value from RGB is 180 - color contains mainly: blue. Hex color #6752B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752B4 is #98AD4B. Grayscale: #636363. Windows color (decimal): -10005836 or 11817575. OLE color: 11817575.
HSL color Cylindrical-coordinate representation of color #6752B4: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6752B4 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 82 | 180 | - |
| CMYK | 0.43 | 0.54 | 0 | 0.29 |
| HSL | 252.86º | 0.4% | 0.51% | - |
| HSV(B) | 252.86º | 0.54% | 0.71% | - |
| XYZ | 16.85 | 12.21 | 44.65 | - |
| YUV | 99.45 | 173.46 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 180 | 0.43 | 0.54 | 0 | 0.29 | 252.86 | 0.4 | 0.51 |
| Hex | 67 | 52 | B4 | 2B | 36 | 0 | 1D | FD | 28 | 33 |
| Octal | 147 | 122 | 264 | 53 | 66 | 0 | 35 | 375 | 50 | 63 |
| Binary | 1100111 | 1010010 | 10110100 | 101011 | 110110 | 0 | 11101 | 11111101 | 101000 | 110011 |
Color Harmonies of #6752B4
Complementary color
Monochromatic Colors of #6752B4
Black with #6752B4
Text Example
Text Example
White with #6752B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752B4; }
p { color: rgb(103,82,180); }
H1.HeaderClassName
{
color: #6752B4;
}
.AnyTagClassName
{
color: #6752B4;
}
</style>
background-color css
<style>
a { background-color: #6752B4; }
a { background-color: rgb(103,82,180); }
div.DivClassName
{
background-color: #6752B4;
}
.BgClassName
{
background-color: #6752B4;
}
</style>
border-color css
<style>
span { border-color: #6752B4; }
span { border-color: rgb(103,82,180); }
td.TdClassName
{
border-color: #6752B4;
}
.TagClassName
{
border-color: #6752B4;
}
</style>