Shades of Blue Marguerite #6255BB
Tints of Blue Marguerite #6255BB
RGB
CMYK
RGB Variations
Color information
#6255BB (or 0x6255BB) is known color: Blue Marguerite. HEX triplet: 62, 55 and BB. RGB value is (98,85,187). Sum of RGB (Red+Green+Blue) = 98+85+187=370 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.49% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #6255BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255BB is #9DAA44. Grayscale: #646464. Windows color (decimal): -10332741 or 12277090. OLE color: 12277090.
HSL color Cylindrical-coordinate representation of color #6255BB: hue angle of 247.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6255BB is Cyan = 0.48, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 98 | 85 | 187 | - |
| CMYK | 0.48 | 0.55 | 0 | 0.27 |
| HSL | 247.65º | 0.43% | 0.53% | - |
| HSV(B) | 247.65º | 0.55% | 0.73% | - |
| XYZ | 17.26 | 12.68 | 48.55 | - |
| YUV | 100.52 | 176.81 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 187 | 0.48 | 0.55 | 0 | 0.27 | 247.65 | 0.43 | 0.53 |
| Hex | 62 | 55 | BB | 30 | 37 | 0 | 1B | F8 | 2B | 35 |
| Octal | 142 | 125 | 273 | 60 | 67 | 0 | 33 | 370 | 53 | 65 |
| Binary | 1100010 | 1010101 | 10111011 | 110000 | 110111 | 0 | 11011 | 11111000 | 101011 | 110101 |
Color Harmonies of #6255BB
Complementary color
Monochromatic Colors of #6255BB
Black with #6255BB
Text Example
Text Example
White with #6255BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255BB; }
p { color: rgb(98,85,187); }
H1.HeaderClassName
{
color: #6255BB;
}
.AnyTagClassName
{
color: #6255BB;
}
</style>
background-color css
<style>
a { background-color: #6255BB; }
a { background-color: rgb(98,85,187); }
div.DivClassName
{
background-color: #6255BB;
}
.BgClassName
{
background-color: #6255BB;
}
</style>
border-color css
<style>
span { border-color: #6255BB; }
span { border-color: rgb(98,85,187); }
td.TdClassName
{
border-color: #6255BB;
}
.TagClassName
{
border-color: #6255BB;
}
</style>