Shades of Blue Marguerite #6255B6
Tints of Blue Marguerite #6255B6
RGB
CMYK
RGB Variations
Color information
#6255B6 (or 0x6255B6) is known color: Blue Marguerite. HEX triplet: 62, 55 and B6. RGB value is (98,85,182). Sum of RGB (Red+Green+Blue) = 98+85+182=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 182 (71.48% from 255 or 49.86% from 365); Max value from RGB is 182 - color contains mainly: blue. Hex color #6255B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6255B6 is #9DAA49. Grayscale: #636363. Windows color (decimal): -10332746 or 11949410. OLE color: 11949410.
HSL color Cylindrical-coordinate representation of color #6255B6: hue angle of 248.04º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6255B6 is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 98 | 85 | 182 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.29 |
| HSL | 248.04º | 0.4% | 0.52% | - |
| HSV(B) | 248.04º | 0.53% | 0.71% | - |
| XYZ | 16.73 | 12.47 | 45.78 | - |
| YUV | 99.95 | 174.31 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 182 | 0.46 | 0.53 | 0 | 0.29 | 248.04 | 0.4 | 0.52 |
| Hex | 62 | 55 | B6 | 2E | 35 | 0 | 1D | F8 | 28 | 34 |
| Octal | 142 | 125 | 266 | 56 | 65 | 0 | 35 | 370 | 50 | 64 |
| Binary | 1100010 | 1010101 | 10110110 | 101110 | 110101 | 0 | 11101 | 11111000 | 101000 | 110100 |
Color Harmonies of #6255B6
Complementary color
Monochromatic Colors of #6255B6
Black with #6255B6
Text Example
Text Example
White with #6255B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255B6; }
p { color: rgb(98,85,182); }
H1.HeaderClassName
{
color: #6255B6;
}
.AnyTagClassName
{
color: #6255B6;
}
</style>
background-color css
<style>
a { background-color: #6255B6; }
a { background-color: rgb(98,85,182); }
div.DivClassName
{
background-color: #6255B6;
}
.BgClassName
{
background-color: #6255B6;
}
</style>
border-color css
<style>
span { border-color: #6255B6; }
span { border-color: rgb(98,85,182); }
td.TdClassName
{
border-color: #6255B6;
}
.TagClassName
{
border-color: #6255B6;
}
</style>