Shades of Blue Marguerite #605ABB
Tints of Blue Marguerite #605ABB
RGB
CMYK
RGB Variations
Color information
#605ABB (or 0x605ABB) is known color: Blue Marguerite. HEX triplet: 60, 5A and BB. RGB value is (96,90,187). Sum of RGB (Red+Green+Blue) = 96+90+187=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #605ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ABB is #9FA544. Grayscale: #666666. Windows color (decimal): -10462533 or 12278368. OLE color: 12278368.
HSL color Cylindrical-coordinate representation of color #605ABB: hue angle of 243.71º degrees, saturation: 0.42, 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 #605ABB is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 90 | 187 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.27 |
| HSL | 243.71º | 0.42% | 0.54% | - |
| HSV(B) | 243.71º | 0.52% | 0.73% | - |
| XYZ | 17.45 | 13.39 | 48.68 | - |
| YUV | 102.85 | 175.49 | 123.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 187 | 0.49 | 0.52 | 0 | 0.27 | 243.71 | 0.42 | 0.54 |
| Hex | 60 | 5A | BB | 31 | 34 | 0 | 1B | F4 | 2A | 36 |
| Octal | 140 | 132 | 273 | 61 | 64 | 0 | 33 | 364 | 52 | 66 |
| Binary | 1100000 | 1011010 | 10111011 | 110001 | 110100 | 0 | 11011 | 11110100 | 101010 | 110110 |
Color Harmonies of #605ABB
Complementary color
Monochromatic Colors of #605ABB
Black with #605ABB
Text Example
Text Example
White with #605ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ABB; }
p { color: rgb(96,90,187); }
H1.HeaderClassName
{
color: #605ABB;
}
.AnyTagClassName
{
color: #605ABB;
}
</style>
background-color css
<style>
a { background-color: #605ABB; }
a { background-color: rgb(96,90,187); }
div.DivClassName
{
background-color: #605ABB;
}
.BgClassName
{
background-color: #605ABB;
}
</style>
border-color css
<style>
span { border-color: #605ABB; }
span { border-color: rgb(96,90,187); }
td.TdClassName
{
border-color: #605ABB;
}
.TagClassName
{
border-color: #605ABB;
}
</style>