Shades of Blue Marguerite #655FBC
Tints of Blue Marguerite #655FBC
RGB
CMYK
RGB Variations
Color information
#655FBC (or 0x655FBC) is known color: Blue Marguerite. HEX triplet: 65, 5F and BC. RGB value is (101,95,188). Sum of RGB (Red+Green+Blue) = 101+95+188=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #655FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FBC is #9AA043. Grayscale: #6B6B6B. Windows color (decimal): -10133572 or 12345189. OLE color: 12345189.
HSL color Cylindrical-coordinate representation of color #655FBC: hue angle of 243.87º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #655FBC is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 95 | 188 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.26 |
| HSL | 243.87º | 0.41% | 0.55% | - |
| HSV(B) | 243.87º | 0.49% | 0.74% | - |
| XYZ | 18.54 | 14.58 | 49.41 | - |
| YUV | 107.4 | 173.49 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 188 | 0.46 | 0.49 | 0 | 0.26 | 243.87 | 0.41 | 0.55 |
| Hex | 65 | 5F | BC | 2E | 31 | 0 | 1A | F4 | 29 | 37 |
| Octal | 145 | 137 | 274 | 56 | 61 | 0 | 32 | 364 | 51 | 67 |
| Binary | 1100101 | 1011111 | 10111100 | 101110 | 110001 | 0 | 11010 | 11110100 | 101001 | 110111 |
Color Harmonies of #655FBC
Complementary color
Monochromatic Colors of #655FBC
Black with #655FBC
Text Example
Text Example
White with #655FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655FBC; }
p { color: rgb(101,95,188); }
H1.HeaderClassName
{
color: #655FBC;
}
.AnyTagClassName
{
color: #655FBC;
}
</style>
background-color css
<style>
a { background-color: #655FBC; }
a { background-color: rgb(101,95,188); }
div.DivClassName
{
background-color: #655FBC;
}
.BgClassName
{
background-color: #655FBC;
}
</style>
border-color css
<style>
span { border-color: #655FBC; }
span { border-color: rgb(101,95,188); }
td.TdClassName
{
border-color: #655FBC;
}
.TagClassName
{
border-color: #655FBC;
}
</style>