Shades of Blue Marguerite #655CBE
Tints of Blue Marguerite #655CBE
RGB
CMYK
RGB Variations
Color information
#655CBE (or 0x655CBE) is known color: Blue Marguerite. HEX triplet: 65, 5C and BE. RGB value is (101,92,190). Sum of RGB (Red+Green+Blue) = 101+92+190=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #655CBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CBE is #9AA341. Grayscale: #696969. Windows color (decimal): -10134338 or 12475493. OLE color: 12475493.
HSL color Cylindrical-coordinate representation of color #655CBE: hue angle of 245.51º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655CBE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 92 | 190 | - |
| CMYK | 0.47 | 0.52 | 0 | 0.25 |
| HSL | 245.51º | 0.43% | 0.55% | - |
| HSV(B) | 245.51º | 0.52% | 0.75% | - |
| XYZ | 18.49 | 14.14 | 50.47 | - |
| YUV | 105.86 | 175.48 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 190 | 0.47 | 0.52 | 0 | 0.25 | 245.51 | 0.43 | 0.55 |
| Hex | 65 | 5C | BE | 2F | 34 | 0 | 19 | F6 | 2B | 37 |
| Octal | 145 | 134 | 276 | 57 | 64 | 0 | 31 | 366 | 53 | 67 |
| Binary | 1100101 | 1011100 | 10111110 | 101111 | 110100 | 0 | 11001 | 11110110 | 101011 | 110111 |
Color Harmonies of #655CBE
Complementary color
Monochromatic Colors of #655CBE
Black with #655CBE
Text Example
Text Example
White with #655CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655CBE; }
p { color: rgb(101,92,190); }
H1.HeaderClassName
{
color: #655CBE;
}
.AnyTagClassName
{
color: #655CBE;
}
</style>
background-color css
<style>
a { background-color: #655CBE; }
a { background-color: rgb(101,92,190); }
div.DivClassName
{
background-color: #655CBE;
}
.BgClassName
{
background-color: #655CBE;
}
</style>
border-color css
<style>
span { border-color: #655CBE; }
span { border-color: rgb(101,92,190); }
td.TdClassName
{
border-color: #655CBE;
}
.TagClassName
{
border-color: #655CBE;
}
</style>