Shades of Slate Blue #605BD3
Tints of Slate Blue #605BD3
RGB
CMYK
RGB Variations
Color information
#605BD3 (or 0x605BD3) is known color: Slate Blue. HEX triplet: 60, 5B and D3. RGB value is (96,91,211). Sum of RGB (Red+Green+Blue) = 96+91+211=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 211 (82.81% from 255 or 53.02% from 398); Max value from RGB is 211 - color contains mainly: blue. Hex color #605BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BD3 is #9FA42C. Grayscale: #696969. Windows color (decimal): -10462253 or 13851488. OLE color: 13851488.
HSL color Cylindrical-coordinate representation of color #605BD3: hue angle of 242.5º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605BD3 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 91 | 211 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.17 |
| HSL | 242.5º | 0.58% | 0.59% | - |
| HSV(B) | 242.5º | 0.57% | 0.83% | - |
| XYZ | 20.32 | 14.67 | 63.39 | - |
| YUV | 106.18 | 187.16 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 211 | 0.55 | 0.57 | 0 | 0.17 | 242.5 | 0.58 | 0.59 |
| Hex | 60 | 5B | D3 | 37 | 39 | 0 | 11 | F2 | 3A | 3B |
| Octal | 140 | 133 | 323 | 67 | 71 | 0 | 21 | 362 | 72 | 73 |
| Binary | 1100000 | 1011011 | 11010011 | 110111 | 111001 | 0 | 10001 | 11110010 | 111010 | 111011 |
Color Harmonies of #605BD3
Complementary color
Monochromatic Colors of #605BD3
Black with #605BD3
Text Example
Text Example
White with #605BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BD3; }
p { color: rgb(96,91,211); }
H1.HeaderClassName
{
color: #605BD3;
}
.AnyTagClassName
{
color: #605BD3;
}
</style>
background-color css
<style>
a { background-color: #605BD3; }
a { background-color: rgb(96,91,211); }
div.DivClassName
{
background-color: #605BD3;
}
.BgClassName
{
background-color: #605BD3;
}
</style>
border-color css
<style>
span { border-color: #605BD3; }
span { border-color: rgb(96,91,211); }
td.TdClassName
{
border-color: #605BD3;
}
.TagClassName
{
border-color: #605BD3;
}
</style>