Shades of Medium Slate Blue #6A75DA
Tints of Medium Slate Blue #6A75DA
RGB
CMYK
RGB Variations
Color information
#6A75DA (or 0x6A75DA) is known color: Medium Slate Blue. HEX triplet: 6A, 75 and DA. RGB value is (106,117,218). Sum of RGB (Red+Green+Blue) = 106+117+218=441 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.04% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A75DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A75DA is #958A25. Grayscale: #7C7C7C. Windows color (decimal): -9800230 or 14316906. OLE color: 14316906.
HSL color Cylindrical-coordinate representation of color #6A75DA: hue angle of 234.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A75DA is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 117 | 218 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.15 |
| HSL | 234.11º | 0.6% | 0.64% | - |
| HSV(B) | 234.11º | 0.51% | 0.85% | - |
| XYZ | 24.96 | 20.85 | 69.04 | - |
| YUV | 125.23 | 180.36 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 117 | 218 | 0.51 | 0.46 | 0 | 0.15 | 234.11 | 0.6 | 0.64 |
| Hex | 6A | 75 | DA | 33 | 2E | 0 | F | EA | 3C | 40 |
| Octal | 152 | 165 | 332 | 63 | 56 | 0 | 17 | 352 | 74 | 100 |
| Binary | 1101010 | 1110101 | 11011010 | 110011 | 101110 | 0 | 1111 | 11101010 | 111100 | 1000000 |
Color Harmonies of #6A75DA
Complementary color
Monochromatic Colors of #6A75DA
Black with #6A75DA
Text Example
Text Example
White with #6A75DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A75DA; }
p { color: rgb(106,117,218); }
H1.HeaderClassName
{
color: #6A75DA;
}
.AnyTagClassName
{
color: #6A75DA;
}
</style>
background-color css
<style>
a { background-color: #6A75DA; }
a { background-color: rgb(106,117,218); }
div.DivClassName
{
background-color: #6A75DA;
}
.BgClassName
{
background-color: #6A75DA;
}
</style>
border-color css
<style>
span { border-color: #6A75DA; }
span { border-color: rgb(106,117,218); }
td.TdClassName
{
border-color: #6A75DA;
}
.TagClassName
{
border-color: #6A75DA;
}
</style>