Shades of Blue Marguerite #655DBA
Tints of Blue Marguerite #655DBA
RGB
CMYK
RGB Variations
Color information
#655DBA (or 0x655DBA) is known color: Blue Marguerite. HEX triplet: 65, 5D and BA. RGB value is (101,93,186). Sum of RGB (Red+Green+Blue) = 101+93+186=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #655DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DBA is #9AA245. Grayscale: #696969. Windows color (decimal): -10134086 or 12213605. OLE color: 12213605.
HSL color Cylindrical-coordinate representation of color #655DBA: hue angle of 245.16º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655DBA is Cyan = 0.46, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 93 | 186 | - |
| CMYK | 0.46 | 0.5 | 0 | 0.27 |
| HSL | 245.16º | 0.4% | 0.55% | - |
| HSV(B) | 245.16º | 0.5% | 0.73% | - |
| XYZ | 18.14 | 14.14 | 48.23 | - |
| YUV | 105.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 186 | 0.46 | 0.5 | 0 | 0.27 | 245.16 | 0.4 | 0.55 |
| Hex | 65 | 5D | BA | 2E | 32 | 0 | 1B | F5 | 28 | 37 |
| Octal | 145 | 135 | 272 | 56 | 62 | 0 | 33 | 365 | 50 | 67 |
| Binary | 1100101 | 1011101 | 10111010 | 101110 | 110010 | 0 | 11011 | 11110101 | 101000 | 110111 |
Color Harmonies of #655DBA
Complementary color
Monochromatic Colors of #655DBA
Black with #655DBA
Text Example
Text Example
White with #655DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DBA; }
p { color: rgb(101,93,186); }
H1.HeaderClassName
{
color: #655DBA;
}
.AnyTagClassName
{
color: #655DBA;
}
</style>
background-color css
<style>
a { background-color: #655DBA; }
a { background-color: rgb(101,93,186); }
div.DivClassName
{
background-color: #655DBA;
}
.BgClassName
{
background-color: #655DBA;
}
</style>
border-color css
<style>
span { border-color: #655DBA; }
span { border-color: rgb(101,93,186); }
td.TdClassName
{
border-color: #655DBA;
}
.TagClassName
{
border-color: #655DBA;
}
</style>