Shades of Slate Blue #605DC3
Tints of Slate Blue #605DC3
RGB
CMYK
RGB Variations
Color information
#605DC3 (or 0x605DC3) is known color: Slate Blue. HEX triplet: 60, 5D and C3. RGB value is (96,93,195). Sum of RGB (Red+Green+Blue) = 96+93+195=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #605DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605DC3 is #9FA23C. Grayscale: #696969. Windows color (decimal): -10461757 or 12803424. OLE color: 12803424.
HSL color Cylindrical-coordinate representation of color #605DC3: hue angle of 241.76º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605DC3 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 93 | 195 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.24 |
| HSL | 241.76º | 0.46% | 0.56% | - |
| HSV(B) | 241.76º | 0.52% | 0.76% | - |
| XYZ | 18.59 | 14.26 | 53.4 | - |
| YUV | 105.53 | 178.49 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 195 | 0.51 | 0.52 | 0 | 0.24 | 241.76 | 0.46 | 0.56 |
| Hex | 60 | 5D | C3 | 33 | 34 | 0 | 18 | F2 | 2E | 38 |
| Octal | 140 | 135 | 303 | 63 | 64 | 0 | 30 | 362 | 56 | 70 |
| Binary | 1100000 | 1011101 | 11000011 | 110011 | 110100 | 0 | 11000 | 11110010 | 101110 | 111000 |
Color Harmonies of #605DC3
Complementary color
Monochromatic Colors of #605DC3
Black with #605DC3
Text Example
Text Example
White with #605DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605DC3; }
p { color: rgb(96,93,195); }
H1.HeaderClassName
{
color: #605DC3;
}
.AnyTagClassName
{
color: #605DC3;
}
</style>
background-color css
<style>
a { background-color: #605DC3; }
a { background-color: rgb(96,93,195); }
div.DivClassName
{
background-color: #605DC3;
}
.BgClassName
{
background-color: #605DC3;
}
</style>
border-color css
<style>
span { border-color: #605DC3; }
span { border-color: rgb(96,93,195); }
td.TdClassName
{
border-color: #605DC3;
}
.TagClassName
{
border-color: #605DC3;
}
</style>