Shades of Blue Marguerite #655CBD
Tints of Blue Marguerite #655CBD
RGB
CMYK
RGB Variations
Color information
#655CBD (or 0x655CBD) is known color: Blue Marguerite. HEX triplet: 65, 5C and BD. RGB value is (101,92,189). Sum of RGB (Red+Green+Blue) = 101+92+189=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #655CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CBD is #9AA342. Grayscale: #696969. Windows color (decimal): -10134339 or 12409957. OLE color: 12409957.
HSL color Cylindrical-coordinate representation of color #655CBD: hue angle of 245.57º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655CBD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 92 | 189 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.26 |
| HSL | 245.57º | 0.42% | 0.55% | - |
| HSV(B) | 245.57º | 0.51% | 0.74% | - |
| XYZ | 18.38 | 14.1 | 49.9 | - |
| YUV | 105.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 189 | 0.47 | 0.51 | 0 | 0.26 | 245.57 | 0.42 | 0.55 |
| Hex | 65 | 5C | BD | 2F | 33 | 0 | 1A | F6 | 2A | 37 |
| Octal | 145 | 134 | 275 | 57 | 63 | 0 | 32 | 366 | 52 | 67 |
| Binary | 1100101 | 1011100 | 10111101 | 101111 | 110011 | 0 | 11010 | 11110110 | 101010 | 110111 |
Color Harmonies of #655CBD
Complementary color
Monochromatic Colors of #655CBD
Black with #655CBD
Text Example
Text Example
White with #655CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CBD; }
p { color: rgb(101,92,189); }
H1.HeaderClassName
{
color: #655CBD;
}
.AnyTagClassName
{
color: #655CBD;
}
</style>
background-color css
<style>
a { background-color: #655CBD; }
a { background-color: rgb(101,92,189); }
div.DivClassName
{
background-color: #655CBD;
}
.BgClassName
{
background-color: #655CBD;
}
</style>
border-color css
<style>
span { border-color: #655CBD; }
span { border-color: rgb(101,92,189); }
td.TdClassName
{
border-color: #655CBD;
}
.TagClassName
{
border-color: #655CBD;
}
</style>