Shades of Blue Marguerite #6C64BB
Tints of Blue Marguerite #6C64BB
RGB
CMYK
RGB Variations
Color information
#6C64BB (or 0x6C64BB) is known color: Blue Marguerite. HEX triplet: 6C, 64 and BB. RGB value is (108,100,187). Sum of RGB (Red+Green+Blue) = 108+100+187=395 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.34% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C64BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C64BB is #939B44. Grayscale: #6F6F6F. Windows color (decimal): -9673541 or 12280940. OLE color: 12280940.
HSL color Cylindrical-coordinate representation of color #6C64BB: hue angle of 245.52º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C64BB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 108 | 100 | 187 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.27 |
| HSL | 245.52º | 0.39% | 0.56% | - |
| HSV(B) | 245.52º | 0.47% | 0.73% | - |
| XYZ | 19.71 | 15.89 | 49.04 | - |
| YUV | 112.31 | 170.15 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 187 | 0.42 | 0.47 | 0 | 0.27 | 245.52 | 0.39 | 0.56 |
| Hex | 6C | 64 | BB | 2A | 2F | 0 | 1B | F6 | 27 | 38 |
| Octal | 154 | 144 | 273 | 52 | 57 | 0 | 33 | 366 | 47 | 70 |
| Binary | 1101100 | 1100100 | 10111011 | 101010 | 101111 | 0 | 11011 | 11110110 | 100111 | 111000 |
Color Harmonies of #6C64BB
Complementary color
Monochromatic Colors of #6C64BB
Black with #6C64BB
Text Example
Text Example
White with #6C64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C64BB; }
p { color: rgb(108,100,187); }
H1.HeaderClassName
{
color: #6C64BB;
}
.AnyTagClassName
{
color: #6C64BB;
}
</style>
background-color css
<style>
a { background-color: #6C64BB; }
a { background-color: rgb(108,100,187); }
div.DivClassName
{
background-color: #6C64BB;
}
.BgClassName
{
background-color: #6C64BB;
}
</style>
border-color css
<style>
span { border-color: #6C64BB; }
span { border-color: rgb(108,100,187); }
td.TdClassName
{
border-color: #6C64BB;
}
.TagClassName
{
border-color: #6C64BB;
}
</style>