Shades of Blue Marguerite #6C65B3
Tints of Blue Marguerite #6C65B3
RGB
CMYK
RGB Variations
Color information
#6C65B3 (or 0x6C65B3) is known color: Blue Marguerite. HEX triplet: 6C, 65 and B3. RGB value is (108,101,179). Sum of RGB (Red+Green+Blue) = 108+101+179=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 179 (70.31% from 255 or 46.13% from 388); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C65B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65B3 is #939A4C. Grayscale: #6F6F6F. Windows color (decimal): -9673293 or 11756908. OLE color: 11756908.
HSL color Cylindrical-coordinate representation of color #6C65B3: hue angle of 245.38º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C65B3 is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 108 | 101 | 179 | - |
| CMYK | 0.40 | 0.44 | 0 | 0.30 |
| HSL | 245.38º | 0.34% | 0.55% | - |
| HSV(B) | 245.38º | 0.44% | 0.7% | - |
| XYZ | 18.97 | 15.75 | 44.69 | - |
| YUV | 111.99 | 165.82 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 179 | 0.40 | 0.44 | 0 | 0.30 | 245.38 | 0.34 | 0.55 |
| Hex | 6C | 65 | B3 | 28 | 2C | 0 | 1E | F5 | 22 | 37 |
| Octal | 154 | 145 | 263 | 50 | 54 | 0 | 36 | 365 | 42 | 67 |
| Binary | 1101100 | 1100101 | 10110011 | 101000 | 101100 | 0 | 11110 | 11110101 | 100010 | 110111 |
Color Harmonies of #6C65B3
Complementary color
Monochromatic Colors of #6C65B3
Black with #6C65B3
Text Example
Text Example
White with #6C65B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65B3; }
p { color: rgb(108,101,179); }
H1.HeaderClassName
{
color: #6C65B3;
}
.AnyTagClassName
{
color: #6C65B3;
}
</style>
background-color css
<style>
a { background-color: #6C65B3; }
a { background-color: rgb(108,101,179); }
div.DivClassName
{
background-color: #6C65B3;
}
.BgClassName
{
background-color: #6C65B3;
}
</style>
border-color css
<style>
span { border-color: #6C65B3; }
span { border-color: rgb(108,101,179); }
td.TdClassName
{
border-color: #6C65B3;
}
.TagClassName
{
border-color: #6C65B3;
}
</style>