Shades of Blue Marguerite #6C66AE
Tints of Blue Marguerite #6C66AE
RGB
CMYK
RGB Variations
Color information
#6C66AE (or 0x6C66AE) is known color: Blue Marguerite. HEX triplet: 6C, 66 and AE. RGB value is (108,102,174). Sum of RGB (Red+Green+Blue) = 108+102+174=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C66AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C66AE is #939951. Grayscale: #6F6F6F. Windows color (decimal): -9673042 or 11429484. OLE color: 11429484.
HSL color Cylindrical-coordinate representation of color #6C66AE: hue angle of 245º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C66AE is Cyan = 0.38, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 102 | 174 | - |
| CMYK | 0.38 | 0.41 | 0 | 0.32 |
| HSL | 245º | 0.31% | 0.54% | - |
| HSV(B) | 245º | 0.41% | 0.68% | - |
| XYZ | 18.58 | 15.75 | 42.1 | - |
| YUV | 112 | 162.99 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 174 | 0.38 | 0.41 | 0 | 0.32 | 245 | 0.31 | 0.54 |
| Hex | 6C | 66 | AE | 26 | 29 | 0 | 20 | F5 | 1F | 36 |
| Octal | 154 | 146 | 256 | 46 | 51 | 0 | 40 | 365 | 37 | 66 |
| Binary | 1101100 | 1100110 | 10101110 | 100110 | 101001 | 0 | 100000 | 11110101 | 11111 | 110110 |
Color Harmonies of #6C66AE
Complementary color
Monochromatic Colors of #6C66AE
Black with #6C66AE
Text Example
Text Example
White with #6C66AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C66AE; }
p { color: rgb(108,102,174); }
H1.HeaderClassName
{
color: #6C66AE;
}
.AnyTagClassName
{
color: #6C66AE;
}
</style>
background-color css
<style>
a { background-color: #6C66AE; }
a { background-color: rgb(108,102,174); }
div.DivClassName
{
background-color: #6C66AE;
}
.BgClassName
{
background-color: #6C66AE;
}
</style>
border-color css
<style>
span { border-color: #6C66AE; }
span { border-color: rgb(108,102,174); }
td.TdClassName
{
border-color: #6C66AE;
}
.TagClassName
{
border-color: #6C66AE;
}
</style>