Shades of Blue Marguerite #6755AA
Tints of Blue Marguerite #6755AA
RGB
CMYK
RGB Variations
Color information
#6755AA (or 0x6755AA) is known color: Blue Marguerite. HEX triplet: 67, 55 and AA. RGB value is (103,85,170). Sum of RGB (Red+Green+Blue) = 103+85+170=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #6755AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6755AA is #98AA55. Grayscale: #636363. Windows color (decimal): -10005078 or 11162983. OLE color: 11162983.
HSL color Cylindrical-coordinate representation of color #6755AA: hue angle of 252.71º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6755AA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 85 | 170 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.33 |
| HSL | 252.71º | 0.33% | 0.5% | - |
| HSV(B) | 252.71º | 0.5% | 0.67% | - |
| XYZ | 16.1 | 12.28 | 39.55 | - |
| YUV | 100.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 85 | 170 | 0.39 | 0.50 | 0 | 0.33 | 252.71 | 0.33 | 0.5 |
| Hex | 67 | 55 | AA | 27 | 32 | 0 | 21 | FD | 21 | 32 |
| Octal | 147 | 125 | 252 | 47 | 62 | 0 | 41 | 375 | 41 | 62 |
| Binary | 1100111 | 1010101 | 10101010 | 100111 | 110010 | 0 | 100001 | 11111101 | 100001 | 110010 |
Color Harmonies of #6755AA
Complementary color
Monochromatic Colors of #6755AA
Black with #6755AA
Text Example
Text Example
White with #6755AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6755AA; }
p { color: rgb(103,85,170); }
H1.HeaderClassName
{
color: #6755AA;
}
.AnyTagClassName
{
color: #6755AA;
}
</style>
background-color css
<style>
a { background-color: #6755AA; }
a { background-color: rgb(103,85,170); }
div.DivClassName
{
background-color: #6755AA;
}
.BgClassName
{
background-color: #6755AA;
}
</style>
border-color css
<style>
span { border-color: #6755AA; }
span { border-color: rgb(103,85,170); }
td.TdClassName
{
border-color: #6755AA;
}
.TagClassName
{
border-color: #6755AA;
}
</style>