Shades of Blue Marguerite #6255B2
Tints of Blue Marguerite #6255B2
RGB
CMYK
RGB Variations
Color information
#6255B2 (or 0x6255B2) is known color: Blue Marguerite. HEX triplet: 62, 55 and B2. RGB value is (98,85,178). Sum of RGB (Red+Green+Blue) = 98+85+178=361 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.15% from 361); Green value is 85 (33.59% from 255 or 23.55% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #6255B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6255B2 is #9DAA4D. Grayscale: #636363. Windows color (decimal): -10332750 or 11687266. OLE color: 11687266.
HSL color Cylindrical-coordinate representation of color #6255B2: hue angle of 248.39º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6255B2 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 98 | 85 | 178 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.30 |
| HSL | 248.39º | 0.38% | 0.52% | - |
| HSV(B) | 248.39º | 0.52% | 0.7% | - |
| XYZ | 16.32 | 12.31 | 43.63 | - |
| YUV | 99.49 | 172.31 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 178 | 0.45 | 0.52 | 0 | 0.30 | 248.39 | 0.38 | 0.52 |
| Hex | 62 | 55 | B2 | 2D | 34 | 0 | 1E | F8 | 26 | 34 |
| Octal | 142 | 125 | 262 | 55 | 64 | 0 | 36 | 370 | 46 | 64 |
| Binary | 1100010 | 1010101 | 10110010 | 101101 | 110100 | 0 | 11110 | 11111000 | 100110 | 110100 |
Color Harmonies of #6255B2
Complementary color
Monochromatic Colors of #6255B2
Black with #6255B2
Text Example
Text Example
White with #6255B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6255B2; }
p { color: rgb(98,85,178); }
H1.HeaderClassName
{
color: #6255B2;
}
.AnyTagClassName
{
color: #6255B2;
}
</style>
background-color css
<style>
a { background-color: #6255B2; }
a { background-color: rgb(98,85,178); }
div.DivClassName
{
background-color: #6255B2;
}
.BgClassName
{
background-color: #6255B2;
}
</style>
border-color css
<style>
span { border-color: #6255B2; }
span { border-color: rgb(98,85,178); }
td.TdClassName
{
border-color: #6255B2;
}
.TagClassName
{
border-color: #6255B2;
}
</style>