Shades of Blue Marguerite #6764AB
Tints of Blue Marguerite #6764AB
RGB
CMYK
RGB Variations
Color information
#6764AB (or 0x6764AB) is known color: Blue Marguerite. HEX triplet: 67, 64 and AB. RGB value is (103,100,171). Sum of RGB (Red+Green+Blue) = 103+100+171=374 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.54% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #6764AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6764AB is #989B54. Grayscale: #6C6C6C. Windows color (decimal): -10001237 or 11232359. OLE color: 11232359.
HSL color Cylindrical-coordinate representation of color #6764AB: hue angle of 242.54º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6764AB is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 103 | 100 | 171 | - |
| CMYK | 0.40 | 0.42 | 0 | 0.33 |
| HSL | 242.54º | 0.3% | 0.53% | - |
| HSV(B) | 242.54º | 0.42% | 0.67% | - |
| XYZ | 17.5 | 14.94 | 40.49 | - |
| YUV | 108.99 | 162.99 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 100 | 171 | 0.40 | 0.42 | 0 | 0.33 | 242.54 | 0.3 | 0.53 |
| Hex | 67 | 64 | AB | 28 | 2A | 0 | 21 | F3 | 1E | 35 |
| Octal | 147 | 144 | 253 | 50 | 52 | 0 | 41 | 363 | 36 | 65 |
| Binary | 1100111 | 1100100 | 10101011 | 101000 | 101010 | 0 | 100001 | 11110011 | 11110 | 110101 |
Color Harmonies of #6764AB
Complementary color
Monochromatic Colors of #6764AB
Black with #6764AB
Text Example
Text Example
White with #6764AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6764AB; }
p { color: rgb(103,100,171); }
H1.HeaderClassName
{
color: #6764AB;
}
.AnyTagClassName
{
color: #6764AB;
}
</style>
background-color css
<style>
a { background-color: #6764AB; }
a { background-color: rgb(103,100,171); }
div.DivClassName
{
background-color: #6764AB;
}
.BgClassName
{
background-color: #6764AB;
}
</style>
border-color css
<style>
span { border-color: #6764AB; }
span { border-color: rgb(103,100,171); }
td.TdClassName
{
border-color: #6764AB;
}
.TagClassName
{
border-color: #6764AB;
}
</style>