Shades of Slate Blue #605ADF
Tints of Slate Blue #605ADF
RGB
CMYK
RGB Variations
Color information
#605ADF (or 0x605ADF) is known color: Slate Blue. HEX triplet: 60, 5A and DF. RGB value is (96,90,223). Sum of RGB (Red+Green+Blue) = 96+90+223=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #605ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605ADF is #9FA520. Grayscale: #6A6A6A. Windows color (decimal): -10462497 or 14637664. OLE color: 14637664.
HSL color Cylindrical-coordinate representation of color #605ADF: hue angle of 242.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #605ADF is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 90 | 223 | - |
| CMYK | 0.57 | 0.60 | 0 | 0.13 |
| HSL | 242.71º | 0.68% | 0.61% | - |
| HSV(B) | 242.71º | 0.6% | 0.87% | - |
| XYZ | 21.8 | 15.13 | 71.58 | - |
| YUV | 106.96 | 193.49 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 223 | 0.57 | 0.60 | 0 | 0.13 | 242.71 | 0.68 | 0.61 |
| Hex | 60 | 5A | DF | 39 | 3C | 0 | D | F3 | 44 | 3D |
| Octal | 140 | 132 | 337 | 71 | 74 | 0 | 15 | 363 | 104 | 75 |
| Binary | 1100000 | 1011010 | 11011111 | 111001 | 111100 | 0 | 1101 | 11110011 | 1000100 | 111101 |
Color Harmonies of #605ADF
Complementary color
Monochromatic Colors of #605ADF
Black with #605ADF
Text Example
Text Example
White with #605ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605ADF; }
p { color: rgb(96,90,223); }
H1.HeaderClassName
{
color: #605ADF;
}
.AnyTagClassName
{
color: #605ADF;
}
</style>
background-color css
<style>
a { background-color: #605ADF; }
a { background-color: rgb(96,90,223); }
div.DivClassName
{
background-color: #605ADF;
}
.BgClassName
{
background-color: #605ADF;
}
</style>
border-color css
<style>
span { border-color: #605ADF; }
span { border-color: rgb(96,90,223); }
td.TdClassName
{
border-color: #605ADF;
}
.TagClassName
{
border-color: #605ADF;
}
</style>