Shades of Slate Blue #6A5DD0
Tints of Slate Blue #6A5DD0
RGB
CMYK
RGB Variations
Color information
#6A5DD0 (or 0x6A5DD0) is known color: Slate Blue. HEX triplet: 6A, 5D and D0. RGB value is (106,93,208). Sum of RGB (Red+Green+Blue) = 106+93+208=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 208 (81.64% from 255 or 51.11% from 407); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A5DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DD0 is #95A22F. Grayscale: #6D6D6D. Windows color (decimal): -9806384 or 13655402. OLE color: 13655402.
HSL color Cylindrical-coordinate representation of color #6A5DD0: hue angle of 246.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A5DD0 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 93 | 208 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.18 |
| HSL | 246.78º | 0.55% | 0.59% | - |
| HSV(B) | 246.78º | 0.55% | 0.82% | - |
| XYZ | 21.24 | 15.45 | 61.54 | - |
| YUV | 110 | 183.31 | 125.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 93 | 208 | 0.49 | 0.55 | 0 | 0.18 | 246.78 | 0.55 | 0.59 |
| Hex | 6A | 5D | D0 | 31 | 37 | 0 | 12 | F7 | 37 | 3B |
| Octal | 152 | 135 | 320 | 61 | 67 | 0 | 22 | 367 | 67 | 73 |
| Binary | 1101010 | 1011101 | 11010000 | 110001 | 110111 | 0 | 10010 | 11110111 | 110111 | 111011 |
Color Harmonies of #6A5DD0
Complementary color
Monochromatic Colors of #6A5DD0
Black with #6A5DD0
Text Example
Text Example
White with #6A5DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5DD0; }
p { color: rgb(106,93,208); }
H1.HeaderClassName
{
color: #6A5DD0;
}
.AnyTagClassName
{
color: #6A5DD0;
}
</style>
background-color css
<style>
a { background-color: #6A5DD0; }
a { background-color: rgb(106,93,208); }
div.DivClassName
{
background-color: #6A5DD0;
}
.BgClassName
{
background-color: #6A5DD0;
}
</style>
border-color css
<style>
span { border-color: #6A5DD0; }
span { border-color: rgb(106,93,208); }
td.TdClassName
{
border-color: #6A5DD0;
}
.TagClassName
{
border-color: #6A5DD0;
}
</style>