Shades of Blue Marguerite #6752B5
Tints of Blue Marguerite #6752B5
RGB
CMYK
RGB Variations
Color information
#6752B5 (or 0x6752B5) is known color: Blue Marguerite. HEX triplet: 67, 52 and B5. RGB value is (103,82,181). Sum of RGB (Red+Green+Blue) = 103+82+181=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 181 (71.09% from 255 or 49.45% from 366); Max value from RGB is 181 - color contains mainly: blue. Hex color #6752B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752B5 is #98AD4A. Grayscale: #636363. Windows color (decimal): -10005835 or 11883111. OLE color: 11883111.
HSL color Cylindrical-coordinate representation of color #6752B5: hue angle of 252.73º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6752B5 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 103 | 82 | 181 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.29 |
| HSL | 252.73º | 0.4% | 0.52% | - |
| HSV(B) | 252.73º | 0.55% | 0.71% | - |
| XYZ | 16.95 | 12.25 | 45.19 | - |
| YUV | 99.57 | 173.96 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 181 | 0.43 | 0.55 | 0 | 0.29 | 252.73 | 0.4 | 0.52 |
| Hex | 67 | 52 | B5 | 2B | 37 | 0 | 1D | FD | 28 | 34 |
| Octal | 147 | 122 | 265 | 53 | 67 | 0 | 35 | 375 | 50 | 64 |
| Binary | 1100111 | 1010010 | 10110101 | 101011 | 110111 | 0 | 11101 | 11111101 | 101000 | 110100 |
Color Harmonies of #6752B5
Complementary color
Monochromatic Colors of #6752B5
Black with #6752B5
Text Example
Text Example
White with #6752B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752B5; }
p { color: rgb(103,82,181); }
H1.HeaderClassName
{
color: #6752B5;
}
.AnyTagClassName
{
color: #6752B5;
}
</style>
background-color css
<style>
a { background-color: #6752B5; }
a { background-color: rgb(103,82,181); }
div.DivClassName
{
background-color: #6752B5;
}
.BgClassName
{
background-color: #6752B5;
}
</style>
border-color css
<style>
span { border-color: #6752B5; }
span { border-color: rgb(103,82,181); }
td.TdClassName
{
border-color: #6752B5;
}
.TagClassName
{
border-color: #6752B5;
}
</style>