Shades of Blue Marguerite #6761AD
Tints of Blue Marguerite #6761AD
RGB
CMYK
RGB Variations
Color information
#6761AD (or 0x6761AD) is known color: Blue Marguerite. HEX triplet: 67, 61 and AD. RGB value is (103,97,173). Sum of RGB (Red+Green+Blue) = 103+97+173=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #6761AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6761AD is #989E52. Grayscale: #6B6B6B. Windows color (decimal): -10002003 or 11362663. OLE color: 11362663.
HSL color Cylindrical-coordinate representation of color #6761AD: hue angle of 244.74º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6761AD is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 97 | 173 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.32 |
| HSL | 244.74º | 0.32% | 0.53% | - |
| HSV(B) | 244.74º | 0.44% | 0.68% | - |
| XYZ | 17.41 | 14.45 | 41.41 | - |
| YUV | 107.46 | 164.99 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 97 | 173 | 0.40 | 0.44 | 0 | 0.32 | 244.74 | 0.32 | 0.53 |
| Hex | 67 | 61 | AD | 28 | 2C | 0 | 20 | F5 | 20 | 35 |
| Octal | 147 | 141 | 255 | 50 | 54 | 0 | 40 | 365 | 40 | 65 |
| Binary | 1100111 | 1100001 | 10101101 | 101000 | 101100 | 0 | 100000 | 11110101 | 100000 | 110101 |
Color Harmonies of #6761AD
Complementary color
Monochromatic Colors of #6761AD
Black with #6761AD
Text Example
Text Example
White with #6761AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6761AD; }
p { color: rgb(103,97,173); }
H1.HeaderClassName
{
color: #6761AD;
}
.AnyTagClassName
{
color: #6761AD;
}
</style>
background-color css
<style>
a { background-color: #6761AD; }
a { background-color: rgb(103,97,173); }
div.DivClassName
{
background-color: #6761AD;
}
.BgClassName
{
background-color: #6761AD;
}
</style>
border-color css
<style>
span { border-color: #6761AD; }
span { border-color: rgb(103,97,173); }
td.TdClassName
{
border-color: #6761AD;
}
.TagClassName
{
border-color: #6761AD;
}
</style>