Shades of Slate Blue #605BD0
Tints of Slate Blue #605BD0
RGB
CMYK
RGB Variations
Color information
#605BD0 (or 0x605BD0) is known color: Slate Blue. HEX triplet: 60, 5B and D0. RGB value is (96,91,208). Sum of RGB (Red+Green+Blue) = 96+91+208=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #605BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BD0 is #9FA42F. Grayscale: #696969. Windows color (decimal): -10462256 or 13654880. OLE color: 13654880.
HSL color Cylindrical-coordinate representation of color #605BD0: hue angle of 242.56º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #605BD0 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 91 | 208 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.18 |
| HSL | 242.56º | 0.55% | 0.59% | - |
| HSV(B) | 242.56º | 0.56% | 0.82% | - |
| XYZ | 19.95 | 14.52 | 61.43 | - |
| YUV | 105.83 | 185.66 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 208 | 0.54 | 0.56 | 0 | 0.18 | 242.56 | 0.55 | 0.59 |
| Hex | 60 | 5B | D0 | 36 | 38 | 0 | 12 | F3 | 37 | 3B |
| Octal | 140 | 133 | 320 | 66 | 70 | 0 | 22 | 363 | 67 | 73 |
| Binary | 1100000 | 1011011 | 11010000 | 110110 | 111000 | 0 | 10010 | 11110011 | 110111 | 111011 |
Color Harmonies of #605BD0
Complementary color
Monochromatic Colors of #605BD0
Black with #605BD0
Text Example
Text Example
White with #605BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BD0; }
p { color: rgb(96,91,208); }
H1.HeaderClassName
{
color: #605BD0;
}
.AnyTagClassName
{
color: #605BD0;
}
</style>
background-color css
<style>
a { background-color: #605BD0; }
a { background-color: rgb(96,91,208); }
div.DivClassName
{
background-color: #605BD0;
}
.BgClassName
{
background-color: #605BD0;
}
</style>
border-color css
<style>
span { border-color: #605BD0; }
span { border-color: rgb(96,91,208); }
td.TdClassName
{
border-color: #605BD0;
}
.TagClassName
{
border-color: #605BD0;
}
</style>