Shades of Blue Marguerite #6346BC
Tints of Blue Marguerite #6346BC
RGB
CMYK
RGB Variations
Color information
#6346BC (or 0x6346BC) is known color: Blue Marguerite. HEX triplet: 63, 46 and BC. RGB value is (99,70,188). Sum of RGB (Red+Green+Blue) = 99+70+188=357 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.73% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6346BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6346BC is #9CB943. Grayscale: #5B5B5B. Windows color (decimal): -10271044 or 12338787. OLE color: 12338787.
HSL color Cylindrical-coordinate representation of color #6346BC: hue angle of 254.75º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6346BC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 70 | 188 | - |
| CMYK | 0.47 | 0.63 | 0 | 0.26 |
| HSL | 254.75º | 0.47% | 0.51% | - |
| HSV(B) | 254.75º | 0.63% | 0.74% | - |
| XYZ | 16.41 | 10.66 | 48.77 | - |
| YUV | 92.12 | 182.11 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 188 | 0.47 | 0.63 | 0 | 0.26 | 254.75 | 0.47 | 0.51 |
| Hex | 63 | 46 | BC | 2F | 3F | 0 | 1A | FF | 2F | 33 |
| Octal | 143 | 106 | 274 | 57 | 77 | 0 | 32 | 377 | 57 | 63 |
| Binary | 1100011 | 1000110 | 10111100 | 101111 | 111111 | 0 | 11010 | 11111111 | 101111 | 110011 |
Color Harmonies of #6346BC
Complementary color
Monochromatic Colors of #6346BC
Black with #6346BC
Text Example
Text Example
White with #6346BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6346BC; }
p { color: rgb(99,70,188); }
H1.HeaderClassName
{
color: #6346BC;
}
.AnyTagClassName
{
color: #6346BC;
}
</style>
background-color css
<style>
a { background-color: #6346BC; }
a { background-color: rgb(99,70,188); }
div.DivClassName
{
background-color: #6346BC;
}
.BgClassName
{
background-color: #6346BC;
}
</style>
border-color css
<style>
span { border-color: #6346BC; }
span { border-color: rgb(99,70,188); }
td.TdClassName
{
border-color: #6346BC;
}
.TagClassName
{
border-color: #6346BC;
}
</style>