Shades of Blue Marguerite #6664AC
Tints of Blue Marguerite #6664AC
RGB
CMYK
RGB Variations
Color information
#6664AC (or 0x6664AC) is known color: Blue Marguerite. HEX triplet: 66, 64 and AC. RGB value is (102,100,172). Sum of RGB (Red+Green+Blue) = 102+100+172=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #6664AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6664AC is #999B53. Grayscale: #6C6C6C. Windows color (decimal): -10066772 or 11297894. OLE color: 11297894.
HSL color Cylindrical-coordinate representation of color #6664AC: hue angle of 241.67º 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 #6664AC is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 102 | 100 | 172 | - |
| CMYK | 0.41 | 0.42 | 0 | 0.33 |
| HSL | 241.67º | 0.3% | 0.53% | - |
| HSV(B) | 241.67º | 0.42% | 0.67% | - |
| XYZ | 17.48 | 14.92 | 40.99 | - |
| YUV | 108.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 172 | 0.41 | 0.42 | 0 | 0.33 | 241.67 | 0.3 | 0.53 |
| Hex | 66 | 64 | AC | 29 | 2A | 0 | 21 | F2 | 1E | 35 |
| Octal | 146 | 144 | 254 | 51 | 52 | 0 | 41 | 362 | 36 | 65 |
| Binary | 1100110 | 1100100 | 10101100 | 101001 | 101010 | 0 | 100001 | 11110010 | 11110 | 110101 |
Color Harmonies of #6664AC
Complementary color
Monochromatic Colors of #6664AC
Black with #6664AC
Text Example
Text Example
White with #6664AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6664AC; }
p { color: rgb(102,100,172); }
H1.HeaderClassName
{
color: #6664AC;
}
.AnyTagClassName
{
color: #6664AC;
}
</style>
background-color css
<style>
a { background-color: #6664AC; }
a { background-color: rgb(102,100,172); }
div.DivClassName
{
background-color: #6664AC;
}
.BgClassName
{
background-color: #6664AC;
}
</style>
border-color css
<style>
span { border-color: #6664AC; }
span { border-color: rgb(102,100,172); }
td.TdClassName
{
border-color: #6664AC;
}
.TagClassName
{
border-color: #6664AC;
}
</style>