Shades of Blue Marguerite #655DBB
Tints of Blue Marguerite #655DBB
RGB
CMYK
RGB Variations
Color information
#655DBB (or 0x655DBB) is known color: Blue Marguerite. HEX triplet: 65, 5D and BB. RGB value is (101,93,187). Sum of RGB (Red+Green+Blue) = 101+93+187=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #655DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DBB is #9AA244. Grayscale: #696969. Windows color (decimal): -10134085 or 12279141. OLE color: 12279141.
HSL color Cylindrical-coordinate representation of color #655DBB: hue angle of 245.11º degrees, saturation: 0.41, 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 #655DBB is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 101 | 93 | 187 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.27 |
| HSL | 245.11º | 0.41% | 0.55% | - |
| HSV(B) | 245.11º | 0.5% | 0.73% | - |
| XYZ | 18.25 | 14.18 | 48.79 | - |
| YUV | 106.11 | 173.65 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 187 | 0.46 | 0.50 | 0 | 0.27 | 245.11 | 0.41 | 0.55 |
| Hex | 65 | 5D | BB | 2E | 32 | 0 | 1B | F5 | 29 | 37 |
| Octal | 145 | 135 | 273 | 56 | 62 | 0 | 33 | 365 | 51 | 67 |
| Binary | 1100101 | 1011101 | 10111011 | 101110 | 110010 | 0 | 11011 | 11110101 | 101001 | 110111 |
Color Harmonies of #655DBB
Complementary color
Monochromatic Colors of #655DBB
Black with #655DBB
Text Example
Text Example
White with #655DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DBB; }
p { color: rgb(101,93,187); }
H1.HeaderClassName
{
color: #655DBB;
}
.AnyTagClassName
{
color: #655DBB;
}
</style>
background-color css
<style>
a { background-color: #655DBB; }
a { background-color: rgb(101,93,187); }
div.DivClassName
{
background-color: #655DBB;
}
.BgClassName
{
background-color: #655DBB;
}
</style>
border-color css
<style>
span { border-color: #655DBB; }
span { border-color: rgb(101,93,187); }
td.TdClassName
{
border-color: #655DBB;
}
.TagClassName
{
border-color: #655DBB;
}
</style>