Shades of Blue Marguerite #6C66AF
Tints of Blue Marguerite #6C66AF
RGB
CMYK
RGB Variations
Color information
#6C66AF (or 0x6C66AF) is known color: Blue Marguerite. HEX triplet: 6C, 66 and AF. RGB value is (108,102,175). Sum of RGB (Red+Green+Blue) = 108+102+175=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C66AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C66AF is #939950. Grayscale: #6F6F6F. Windows color (decimal): -9673041 or 11495020. OLE color: 11495020.
HSL color Cylindrical-coordinate representation of color #6C66AF: hue angle of 244.93º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6C66AF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 102 | 175 | - |
| CMYK | 0.38 | 0.42 | 0 | 0.31 |
| HSL | 244.93º | 0.31% | 0.54% | - |
| HSV(B) | 244.93º | 0.42% | 0.69% | - |
| XYZ | 18.67 | 15.79 | 42.62 | - |
| YUV | 112.12 | 163.49 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 175 | 0.38 | 0.42 | 0 | 0.31 | 244.93 | 0.31 | 0.54 |
| Hex | 6C | 66 | AF | 26 | 2A | 0 | 1F | F5 | 1F | 36 |
| Octal | 154 | 146 | 257 | 46 | 52 | 0 | 37 | 365 | 37 | 66 |
| Binary | 1101100 | 1100110 | 10101111 | 100110 | 101010 | 0 | 11111 | 11110101 | 11111 | 110110 |
Color Harmonies of #6C66AF
Complementary color
Monochromatic Colors of #6C66AF
Black with #6C66AF
Text Example
Text Example
White with #6C66AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C66AF; }
p { color: rgb(108,102,175); }
H1.HeaderClassName
{
color: #6C66AF;
}
.AnyTagClassName
{
color: #6C66AF;
}
</style>
background-color css
<style>
a { background-color: #6C66AF; }
a { background-color: rgb(108,102,175); }
div.DivClassName
{
background-color: #6C66AF;
}
.BgClassName
{
background-color: #6C66AF;
}
</style>
border-color css
<style>
span { border-color: #6C66AF; }
span { border-color: rgb(108,102,175); }
td.TdClassName
{
border-color: #6C66AF;
}
.TagClassName
{
border-color: #6C66AF;
}
</style>