Shades of Blue Marguerite #6C65AB
Tints of Blue Marguerite #6C65AB
RGB
CMYK
RGB Variations
Color information
#6C65AB (or 0x6C65AB) is known color: Blue Marguerite. HEX triplet: 6C, 65 and AB. RGB value is (108,101,171). Sum of RGB (Red+Green+Blue) = 108+101+171=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C65AB is #939A54. Grayscale: #6E6E6E. Windows color (decimal): -9673301 or 11232620. OLE color: 11232620.
HSL color Cylindrical-coordinate representation of color #6C65AB: hue angle of 246º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C65AB is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 101 | 171 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.33 |
| HSL | 246º | 0.29% | 0.53% | - |
| HSV(B) | 246º | 0.41% | 0.67% | - |
| XYZ | 18.19 | 15.44 | 40.55 | - |
| YUV | 111.07 | 161.82 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 171 | 0.37 | 0.41 | 0 | 0.33 | 246 | 0.29 | 0.53 |
| Hex | 6C | 65 | AB | 25 | 29 | 0 | 21 | F6 | 1D | 35 |
| Octal | 154 | 145 | 253 | 45 | 51 | 0 | 41 | 366 | 35 | 65 |
| Binary | 1101100 | 1100101 | 10101011 | 100101 | 101001 | 0 | 100001 | 11110110 | 11101 | 110101 |
Color Harmonies of #6C65AB
Complementary color
Monochromatic Colors of #6C65AB
Black with #6C65AB
Text Example
Text Example
White with #6C65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65AB; }
p { color: rgb(108,101,171); }
H1.HeaderClassName
{
color: #6C65AB;
}
.AnyTagClassName
{
color: #6C65AB;
}
</style>
background-color css
<style>
a { background-color: #6C65AB; }
a { background-color: rgb(108,101,171); }
div.DivClassName
{
background-color: #6C65AB;
}
.BgClassName
{
background-color: #6C65AB;
}
</style>
border-color css
<style>
span { border-color: #6C65AB; }
span { border-color: rgb(108,101,171); }
td.TdClassName
{
border-color: #6C65AB;
}
.TagClassName
{
border-color: #6C65AB;
}
</style>