Shades of Slate Blue #605BD2
Tints of Slate Blue #605BD2
RGB
CMYK
RGB Variations
Color information
#605BD2 (or 0x605BD2) is known color: Slate Blue. HEX triplet: 60, 5B and D2. RGB value is (96,91,210). Sum of RGB (Red+Green+Blue) = 96+91+210=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 210 (82.42% from 255 or 52.90% from 397); Max value from RGB is 210 - color contains mainly: blue. Hex color #605BD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BD2 is #9FA42D. Grayscale: #696969. Windows color (decimal): -10462254 or 13785952. OLE color: 13785952.
HSL color Cylindrical-coordinate representation of color #605BD2: hue angle of 242.52º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #605BD2 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 91 | 210 | - |
| CMYK | 0.54 | 0.57 | 0 | 0.18 |
| HSL | 242.52º | 0.57% | 0.59% | - |
| HSV(B) | 242.52º | 0.57% | 0.82% | - |
| XYZ | 20.2 | 14.62 | 62.73 | - |
| YUV | 106.06 | 186.66 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 210 | 0.54 | 0.57 | 0 | 0.18 | 242.52 | 0.57 | 0.59 |
| Hex | 60 | 5B | D2 | 36 | 39 | 0 | 12 | F3 | 39 | 3B |
| Octal | 140 | 133 | 322 | 66 | 71 | 0 | 22 | 363 | 71 | 73 |
| Binary | 1100000 | 1011011 | 11010010 | 110110 | 111001 | 0 | 10010 | 11110011 | 111001 | 111011 |
Color Harmonies of #605BD2
Complementary color
Monochromatic Colors of #605BD2
Black with #605BD2
Text Example
Text Example
White with #605BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BD2; }
p { color: rgb(96,91,210); }
H1.HeaderClassName
{
color: #605BD2;
}
.AnyTagClassName
{
color: #605BD2;
}
</style>
background-color css
<style>
a { background-color: #605BD2; }
a { background-color: rgb(96,91,210); }
div.DivClassName
{
background-color: #605BD2;
}
.BgClassName
{
background-color: #605BD2;
}
</style>
border-color css
<style>
span { border-color: #605BD2; }
span { border-color: rgb(96,91,210); }
td.TdClassName
{
border-color: #605BD2;
}
.TagClassName
{
border-color: #605BD2;
}
</style>