Shades of Slate Blue #605BDC
Tints of Slate Blue #605BDC
RGB
CMYK
RGB Variations
Color information
#605BDC (or 0x605BDC) is known color: Slate Blue. HEX triplet: 60, 5B and DC. RGB value is (96,91,220). Sum of RGB (Red+Green+Blue) = 96+91+220=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 220 (86.33% from 255 or 54.05% from 407); Max value from RGB is 220 - color contains mainly: blue. Hex color #605BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BDC is #9FA423. Grayscale: #6A6A6A. Windows color (decimal): -10462244 or 14441312. OLE color: 14441312.
HSL color Cylindrical-coordinate representation of color #605BDC: hue angle of 242.33º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #605BDC is Cyan = 0.56, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 91 | 220 | - |
| CMYK | 0.56 | 0.59 | 0 | 0.14 |
| HSL | 242.33º | 0.65% | 0.61% | - |
| HSV(B) | 242.33º | 0.59% | 0.86% | - |
| XYZ | 21.48 | 15.14 | 69.5 | - |
| YUV | 107.2 | 191.66 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 220 | 0.56 | 0.59 | 0 | 0.14 | 242.33 | 0.65 | 0.61 |
| Hex | 60 | 5B | DC | 38 | 3B | 0 | E | F2 | 41 | 3D |
| Octal | 140 | 133 | 334 | 70 | 73 | 0 | 16 | 362 | 101 | 75 |
| Binary | 1100000 | 1011011 | 11011100 | 111000 | 111011 | 0 | 1110 | 11110010 | 1000001 | 111101 |
Color Harmonies of #605BDC
Complementary color
Monochromatic Colors of #605BDC
Black with #605BDC
Text Example
Text Example
White with #605BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605BDC; }
p { color: rgb(96,91,220); }
H1.HeaderClassName
{
color: #605BDC;
}
.AnyTagClassName
{
color: #605BDC;
}
</style>
background-color css
<style>
a { background-color: #605BDC; }
a { background-color: rgb(96,91,220); }
div.DivClassName
{
background-color: #605BDC;
}
.BgClassName
{
background-color: #605BDC;
}
</style>
border-color css
<style>
span { border-color: #605BDC; }
span { border-color: rgb(96,91,220); }
td.TdClassName
{
border-color: #605BDC;
}
.TagClassName
{
border-color: #605BDC;
}
</style>