Shades of Blue Marguerite #6C67BA
Tints of Blue Marguerite #6C67BA
RGB
CMYK
RGB Variations
Color information
#6C67BA (or 0x6C67BA) is known color: Blue Marguerite. HEX triplet: 6C, 67 and BA. RGB value is (108,103,186). Sum of RGB (Red+Green+Blue) = 108+103+186=397 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.20% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #6C67BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C67BA is #939845. Grayscale: #717171. Windows color (decimal): -9672774 or 12216172. OLE color: 12216172.
HSL color Cylindrical-coordinate representation of color #6C67BA: hue angle of 243.61º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6C67BA is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 103 | 186 | - |
| CMYK | 0.42 | 0.45 | 0 | 0.27 |
| HSL | 243.61º | 0.38% | 0.57% | - |
| HSV(B) | 243.61º | 0.45% | 0.73% | - |
| XYZ | 19.9 | 16.43 | 48.58 | - |
| YUV | 113.96 | 168.66 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 103 | 186 | 0.42 | 0.45 | 0 | 0.27 | 243.61 | 0.38 | 0.57 |
| Hex | 6C | 67 | BA | 2A | 2D | 0 | 1B | F4 | 26 | 39 |
| Octal | 154 | 147 | 272 | 52 | 55 | 0 | 33 | 364 | 46 | 71 |
| Binary | 1101100 | 1100111 | 10111010 | 101010 | 101101 | 0 | 11011 | 11110100 | 100110 | 111001 |
Color Harmonies of #6C67BA
Complementary color
Monochromatic Colors of #6C67BA
Black with #6C67BA
Text Example
Text Example
White with #6C67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C67BA; }
p { color: rgb(108,103,186); }
H1.HeaderClassName
{
color: #6C67BA;
}
.AnyTagClassName
{
color: #6C67BA;
}
</style>
background-color css
<style>
a { background-color: #6C67BA; }
a { background-color: rgb(108,103,186); }
div.DivClassName
{
background-color: #6C67BA;
}
.BgClassName
{
background-color: #6C67BA;
}
</style>
border-color css
<style>
span { border-color: #6C67BA; }
span { border-color: rgb(108,103,186); }
td.TdClassName
{
border-color: #6C67BA;
}
.TagClassName
{
border-color: #6C67BA;
}
</style>