Shades of Blue Marguerite #655CBA
Tints of Blue Marguerite #655CBA
RGB
CMYK
RGB Variations
Color information
#655CBA (or 0x655CBA) is known color: Blue Marguerite. HEX triplet: 65, 5C and BA. RGB value is (101,92,186). Sum of RGB (Red+Green+Blue) = 101+92+186=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #655CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CBA is #9AA345. Grayscale: #696969. Windows color (decimal): -10134342 or 12213349. OLE color: 12213349.
HSL color Cylindrical-coordinate representation of color #655CBA: hue angle of 245.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655CBA is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 92 | 186 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.27 |
| HSL | 245.74º | 0.41% | 0.55% | - |
| HSV(B) | 245.74º | 0.51% | 0.73% | - |
| XYZ | 18.06 | 13.97 | 48.2 | - |
| YUV | 105.41 | 173.48 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 186 | 0.46 | 0.51 | 0 | 0.27 | 245.74 | 0.41 | 0.55 |
| Hex | 65 | 5C | BA | 2E | 33 | 0 | 1B | F6 | 29 | 37 |
| Octal | 145 | 134 | 272 | 56 | 63 | 0 | 33 | 366 | 51 | 67 |
| Binary | 1100101 | 1011100 | 10111010 | 101110 | 110011 | 0 | 11011 | 11110110 | 101001 | 110111 |
Color Harmonies of #655CBA
Complementary color
Monochromatic Colors of #655CBA
Black with #655CBA
Text Example
Text Example
White with #655CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CBA; }
p { color: rgb(101,92,186); }
H1.HeaderClassName
{
color: #655CBA;
}
.AnyTagClassName
{
color: #655CBA;
}
</style>
background-color css
<style>
a { background-color: #655CBA; }
a { background-color: rgb(101,92,186); }
div.DivClassName
{
background-color: #655CBA;
}
.BgClassName
{
background-color: #655CBA;
}
</style>
border-color css
<style>
span { border-color: #655CBA; }
span { border-color: rgb(101,92,186); }
td.TdClassName
{
border-color: #655CBA;
}
.TagClassName
{
border-color: #655CBA;
}
</style>