Shades of Blue Marguerite #6351B9
Tints of Blue Marguerite #6351B9
RGB
CMYK
RGB Variations
Color information
#6351B9 (or 0x6351B9) is known color: Blue Marguerite. HEX triplet: 63, 51 and B9. RGB value is (99,81,185). Sum of RGB (Red+Green+Blue) = 99+81+185=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #6351B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351B9 is #9CAE46. Grayscale: #616161. Windows color (decimal): -10268231 or 12144995. OLE color: 12144995.
HSL color Cylindrical-coordinate representation of color #6351B9: hue angle of 250.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6351B9 is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 81 | 185 | - |
| CMYK | 0.46 | 0.56 | 0 | 0.27 |
| HSL | 250.38º | 0.43% | 0.52% | - |
| HSV(B) | 250.38º | 0.56% | 0.73% | - |
| XYZ | 16.84 | 12.04 | 47.34 | - |
| YUV | 98.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 185 | 0.46 | 0.56 | 0 | 0.27 | 250.38 | 0.43 | 0.52 |
| Hex | 63 | 51 | B9 | 2E | 38 | 0 | 1B | FA | 2B | 34 |
| Octal | 143 | 121 | 271 | 56 | 70 | 0 | 33 | 372 | 53 | 64 |
| Binary | 1100011 | 1010001 | 10111001 | 101110 | 111000 | 0 | 11011 | 11111010 | 101011 | 110100 |
Color Harmonies of #6351B9
Complementary color
Monochromatic Colors of #6351B9
Black with #6351B9
Text Example
Text Example
White with #6351B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351B9; }
p { color: rgb(99,81,185); }
H1.HeaderClassName
{
color: #6351B9;
}
.AnyTagClassName
{
color: #6351B9;
}
</style>
background-color css
<style>
a { background-color: #6351B9; }
a { background-color: rgb(99,81,185); }
div.DivClassName
{
background-color: #6351B9;
}
.BgClassName
{
background-color: #6351B9;
}
</style>
border-color css
<style>
span { border-color: #6351B9; }
span { border-color: rgb(99,81,185); }
td.TdClassName
{
border-color: #6351B9;
}
.TagClassName
{
border-color: #6351B9;
}
</style>