Shades of Blue Marguerite #6351BB
Tints of Blue Marguerite #6351BB
RGB
CMYK
RGB Variations
Color information
#6351BB (or 0x6351BB) is known color: Blue Marguerite. HEX triplet: 63, 51 and BB. RGB value is (99,81,187). Sum of RGB (Red+Green+Blue) = 99+81+187=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #6351BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6351BB is #9CAE44. Grayscale: #626262. Windows color (decimal): -10268229 or 12276067. OLE color: 12276067.
HSL color Cylindrical-coordinate representation of color #6351BB: hue angle of 250.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6351BB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 81 | 187 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.27 |
| HSL | 250.19º | 0.44% | 0.53% | - |
| HSV(B) | 250.19º | 0.57% | 0.73% | - |
| XYZ | 17.06 | 12.13 | 48.46 | - |
| YUV | 98.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 187 | 0.47 | 0.57 | 0 | 0.27 | 250.19 | 0.44 | 0.53 |
| Hex | 63 | 51 | BB | 2F | 39 | 0 | 1B | FA | 2C | 35 |
| Octal | 143 | 121 | 273 | 57 | 71 | 0 | 33 | 372 | 54 | 65 |
| Binary | 1100011 | 1010001 | 10111011 | 101111 | 111001 | 0 | 11011 | 11111010 | 101100 | 110101 |
Color Harmonies of #6351BB
Complementary color
Monochromatic Colors of #6351BB
Black with #6351BB
Text Example
Text Example
White with #6351BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351BB; }
p { color: rgb(99,81,187); }
H1.HeaderClassName
{
color: #6351BB;
}
.AnyTagClassName
{
color: #6351BB;
}
</style>
background-color css
<style>
a { background-color: #6351BB; }
a { background-color: rgb(99,81,187); }
div.DivClassName
{
background-color: #6351BB;
}
.BgClassName
{
background-color: #6351BB;
}
</style>
border-color css
<style>
span { border-color: #6351BB; }
span { border-color: rgb(99,81,187); }
td.TdClassName
{
border-color: #6351BB;
}
.TagClassName
{
border-color: #6351BB;
}
</style>