Shades of Blue Marguerite #6760AE
Tints of Blue Marguerite #6760AE
RGB
CMYK
RGB Variations
Color information
#6760AE (or 0x6760AE) is known color: Blue Marguerite. HEX triplet: 67, 60 and AE. RGB value is (103,96,174). Sum of RGB (Red+Green+Blue) = 103+96+174=373 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.61% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 174 (68.36% from 255 or 46.65% from 373); Max value from RGB is 174 - color contains mainly: blue. Hex color #6760AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6760AE is #989F51. Grayscale: #6A6A6A. Windows color (decimal): -10002258 or 11427943. OLE color: 11427943.
HSL color Cylindrical-coordinate representation of color #6760AE: hue angle of 245.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6760AE is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 103 | 96 | 174 | - |
| CMYK | 0.41 | 0.45 | 0 | 0.32 |
| HSL | 245.38º | 0.33% | 0.53% | - |
| HSV(B) | 245.38º | 0.45% | 0.68% | - |
| XYZ | 17.42 | 14.31 | 41.89 | - |
| YUV | 106.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 96 | 174 | 0.41 | 0.45 | 0 | 0.32 | 245.38 | 0.33 | 0.53 |
| Hex | 67 | 60 | AE | 29 | 2D | 0 | 20 | F5 | 20 | 35 |
| Octal | 147 | 140 | 256 | 51 | 55 | 0 | 40 | 365 | 40 | 65 |
| Binary | 1100111 | 1100000 | 10101110 | 101001 | 101101 | 0 | 100000 | 11110101 | 100000 | 110101 |
Color Harmonies of #6760AE
Complementary color
Monochromatic Colors of #6760AE
Black with #6760AE
Text Example
Text Example
White with #6760AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6760AE; }
p { color: rgb(103,96,174); }
H1.HeaderClassName
{
color: #6760AE;
}
.AnyTagClassName
{
color: #6760AE;
}
</style>
background-color css
<style>
a { background-color: #6760AE; }
a { background-color: rgb(103,96,174); }
div.DivClassName
{
background-color: #6760AE;
}
.BgClassName
{
background-color: #6760AE;
}
</style>
border-color css
<style>
span { border-color: #6760AE; }
span { border-color: rgb(103,96,174); }
td.TdClassName
{
border-color: #6760AE;
}
.TagClassName
{
border-color: #6760AE;
}
</style>