Shades of Blue Marguerite #605ABC
Tints of Blue Marguerite #605ABC
RGB
CMYK
RGB Variations
Color information
#605ABC (or 0x605ABC) is known color: Blue Marguerite. HEX triplet: 60, 5A and BC. RGB value is (96,90,188). Sum of RGB (Red+Green+Blue) = 96+90+188=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #605ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ABC is #9FA543. Grayscale: #666666. Windows color (decimal): -10462532 or 12343904. OLE color: 12343904.
HSL color Cylindrical-coordinate representation of color #605ABC: hue angle of 243.67º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605ABC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 90 | 188 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.26 |
| HSL | 243.67º | 0.42% | 0.55% | - |
| HSV(B) | 243.67º | 0.52% | 0.74% | - |
| XYZ | 17.56 | 13.43 | 49.24 | - |
| YUV | 102.97 | 175.99 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 188 | 0.49 | 0.52 | 0 | 0.26 | 243.67 | 0.42 | 0.55 |
| Hex | 60 | 5A | BC | 31 | 34 | 0 | 1A | F4 | 2A | 37 |
| Octal | 140 | 132 | 274 | 61 | 64 | 0 | 32 | 364 | 52 | 67 |
| Binary | 1100000 | 1011010 | 10111100 | 110001 | 110100 | 0 | 11010 | 11110100 | 101010 | 110111 |
Color Harmonies of #605ABC
Complementary color
Monochromatic Colors of #605ABC
Black with #605ABC
Text Example
Text Example
White with #605ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ABC; }
p { color: rgb(96,90,188); }
H1.HeaderClassName
{
color: #605ABC;
}
.AnyTagClassName
{
color: #605ABC;
}
</style>
background-color css
<style>
a { background-color: #605ABC; }
a { background-color: rgb(96,90,188); }
div.DivClassName
{
background-color: #605ABC;
}
.BgClassName
{
background-color: #605ABC;
}
</style>
border-color css
<style>
span { border-color: #605ABC; }
span { border-color: rgb(96,90,188); }
td.TdClassName
{
border-color: #605ABC;
}
.TagClassName
{
border-color: #605ABC;
}
</style>