Shades of Blue Marguerite #6752B9
Tints of Blue Marguerite #6752B9
RGB
CMYK
RGB Variations
Color information
#6752B9 (or 0x6752B9) is known color: Blue Marguerite. HEX triplet: 67, 52 and B9. RGB value is (103,82,185). Sum of RGB (Red+Green+Blue) = 103+82+185=370 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.84% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 185 (72.66% from 255 or 50% from 370); Max value from RGB is 185 - color contains mainly: blue. Hex color #6752B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6752B9 is #98AD46. Grayscale: #636363. Windows color (decimal): -10005831 or 12145255. OLE color: 12145255.
HSL color Cylindrical-coordinate representation of color #6752B9: hue angle of 252.23º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6752B9 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 103 | 82 | 185 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.27 |
| HSL | 252.23º | 0.42% | 0.52% | - |
| HSV(B) | 252.23º | 0.56% | 0.73% | - |
| XYZ | 17.37 | 12.42 | 47.38 | - |
| YUV | 100.02 | 175.96 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 82 | 185 | 0.44 | 0.56 | 0 | 0.27 | 252.23 | 0.42 | 0.52 |
| Hex | 67 | 52 | B9 | 2C | 38 | 0 | 1B | FC | 2A | 34 |
| Octal | 147 | 122 | 271 | 54 | 70 | 0 | 33 | 374 | 52 | 64 |
| Binary | 1100111 | 1010010 | 10111001 | 101100 | 111000 | 0 | 11011 | 11111100 | 101010 | 110100 |
Color Harmonies of #6752B9
Complementary color
Monochromatic Colors of #6752B9
Black with #6752B9
Text Example
Text Example
White with #6752B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6752B9; }
p { color: rgb(103,82,185); }
H1.HeaderClassName
{
color: #6752B9;
}
.AnyTagClassName
{
color: #6752B9;
}
</style>
background-color css
<style>
a { background-color: #6752B9; }
a { background-color: rgb(103,82,185); }
div.DivClassName
{
background-color: #6752B9;
}
.BgClassName
{
background-color: #6752B9;
}
</style>
border-color css
<style>
span { border-color: #6752B9; }
span { border-color: rgb(103,82,185); }
td.TdClassName
{
border-color: #6752B9;
}
.TagClassName
{
border-color: #6752B9;
}
</style>