Shades of Blue Marguerite #605ABA
Tints of Blue Marguerite #605ABA
RGB
CMYK
RGB Variations
Color information
#605ABA (or 0x605ABA) is known color: Blue Marguerite. HEX triplet: 60, 5A and BA. RGB value is (96,90,186). Sum of RGB (Red+Green+Blue) = 96+90+186=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #605ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ABA is #9FA545. Grayscale: #666666. Windows color (decimal): -10462534 or 12212832. OLE color: 12212832.
HSL color Cylindrical-coordinate representation of color #605ABA: hue angle of 243.75º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605ABA is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 90 | 186 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.27 |
| HSL | 243.75º | 0.41% | 0.54% | - |
| HSV(B) | 243.75º | 0.52% | 0.73% | - |
| XYZ | 17.34 | 13.34 | 48.12 | - |
| YUV | 102.74 | 174.99 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 186 | 0.48 | 0.52 | 0 | 0.27 | 243.75 | 0.41 | 0.54 |
| Hex | 60 | 5A | BA | 30 | 34 | 0 | 1B | F4 | 29 | 36 |
| Octal | 140 | 132 | 272 | 60 | 64 | 0 | 33 | 364 | 51 | 66 |
| Binary | 1100000 | 1011010 | 10111010 | 110000 | 110100 | 0 | 11011 | 11110100 | 101001 | 110110 |
Color Harmonies of #605ABA
Complementary color
Monochromatic Colors of #605ABA
Black with #605ABA
Text Example
Text Example
White with #605ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ABA; }
p { color: rgb(96,90,186); }
H1.HeaderClassName
{
color: #605ABA;
}
.AnyTagClassName
{
color: #605ABA;
}
</style>
background-color css
<style>
a { background-color: #605ABA; }
a { background-color: rgb(96,90,186); }
div.DivClassName
{
background-color: #605ABA;
}
.BgClassName
{
background-color: #605ABA;
}
</style>
border-color css
<style>
span { border-color: #605ABA; }
span { border-color: rgb(96,90,186); }
td.TdClassName
{
border-color: #605ABA;
}
.TagClassName
{
border-color: #605ABA;
}
</style>