Shades of Blue Marguerite #655DB3
Tints of Blue Marguerite #655DB3
RGB
CMYK
RGB Variations
Color information
#655DB3 (or 0x655DB3) is known color: Blue Marguerite. HEX triplet: 65, 5D and B3. RGB value is (101,93,179). Sum of RGB (Red+Green+Blue) = 101+93+179=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #655DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DB3 is #9AA24C. Grayscale: #686868. Windows color (decimal): -10134093 or 11754853. OLE color: 11754853.
HSL color Cylindrical-coordinate representation of color #655DB3: hue angle of 245.58º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655DB3 is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 93 | 179 | - |
| CMYK | 0.44 | 0.48 | 0 | 0.30 |
| HSL | 245.58º | 0.36% | 0.53% | - |
| HSV(B) | 245.58º | 0.48% | 0.7% | - |
| XYZ | 17.42 | 13.85 | 44.4 | - |
| YUV | 105.2 | 169.65 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 179 | 0.44 | 0.48 | 0 | 0.30 | 245.58 | 0.36 | 0.53 |
| Hex | 65 | 5D | B3 | 2C | 30 | 0 | 1E | F6 | 24 | 35 |
| Octal | 145 | 135 | 263 | 54 | 60 | 0 | 36 | 366 | 44 | 65 |
| Binary | 1100101 | 1011101 | 10110011 | 101100 | 110000 | 0 | 11110 | 11110110 | 100100 | 110101 |
Color Harmonies of #655DB3
Complementary color
Monochromatic Colors of #655DB3
Black with #655DB3
Text Example
Text Example
White with #655DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655DB3; }
p { color: rgb(101,93,179); }
H1.HeaderClassName
{
color: #655DB3;
}
.AnyTagClassName
{
color: #655DB3;
}
</style>
background-color css
<style>
a { background-color: #655DB3; }
a { background-color: rgb(101,93,179); }
div.DivClassName
{
background-color: #655DB3;
}
.BgClassName
{
background-color: #655DB3;
}
</style>
border-color css
<style>
span { border-color: #655DB3; }
span { border-color: rgb(101,93,179); }
td.TdClassName
{
border-color: #655DB3;
}
.TagClassName
{
border-color: #655DB3;
}
</style>