Shades of Blue Marguerite #605BBC
Tints of Blue Marguerite #605BBC
RGB
CMYK
RGB Variations
Color information
#605BBC (or 0x605BBC) is known color: Blue Marguerite. HEX triplet: 60, 5B and BC. RGB value is (96,91,188). Sum of RGB (Red+Green+Blue) = 96+91+188=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 91 (35.94% from 255 or 24.27% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #605BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BBC is #9FA443. Grayscale: #676767. Windows color (decimal): -10462276 or 12344160. OLE color: 12344160.
HSL color Cylindrical-coordinate representation of color #605BBC: hue angle of 243.09º 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 #605BBC is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 91 | 188 | - |
| CMYK | 0.49 | 0.52 | 0 | 0.26 |
| HSL | 243.09º | 0.42% | 0.55% | - |
| HSV(B) | 243.09º | 0.52% | 0.74% | - |
| XYZ | 17.64 | 13.6 | 49.27 | - |
| YUV | 103.55 | 175.66 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 188 | 0.49 | 0.52 | 0 | 0.26 | 243.09 | 0.42 | 0.55 |
| Hex | 60 | 5B | BC | 31 | 34 | 0 | 1A | F3 | 2A | 37 |
| Octal | 140 | 133 | 274 | 61 | 64 | 0 | 32 | 363 | 52 | 67 |
| Binary | 1100000 | 1011011 | 10111100 | 110001 | 110100 | 0 | 11010 | 11110011 | 101010 | 110111 |
Color Harmonies of #605BBC
Complementary color
Monochromatic Colors of #605BBC
Black with #605BBC
Text Example
Text Example
White with #605BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BBC; }
p { color: rgb(96,91,188); }
H1.HeaderClassName
{
color: #605BBC;
}
.AnyTagClassName
{
color: #605BBC;
}
</style>
background-color css
<style>
a { background-color: #605BBC; }
a { background-color: rgb(96,91,188); }
div.DivClassName
{
background-color: #605BBC;
}
.BgClassName
{
background-color: #605BBC;
}
</style>
border-color css
<style>
span { border-color: #605BBC; }
span { border-color: rgb(96,91,188); }
td.TdClassName
{
border-color: #605BBC;
}
.TagClassName
{
border-color: #605BBC;
}
</style>