Shades of Medium Slate Blue #6975EA
Tints of Medium Slate Blue #6975EA
RGB
CMYK
RGB Variations
Color information
#6975EA (or 0x6975EA) is known color: Medium Slate Blue. HEX triplet: 69, 75 and EA. RGB value is (105,117,234). Sum of RGB (Red+Green+Blue) = 105+117+234=456 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.03% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 234 (91.80% from 255 or 51.32% from 456); Max value from RGB is 234 - color contains mainly: blue. Hex color #6975EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6975EA is #968A15. Grayscale: #7E7E7E. Windows color (decimal): -9865750 or 15365481. OLE color: 15365481.
HSL color Cylindrical-coordinate representation of color #6975EA: hue angle of 234.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6975EA is Cyan = 0.55, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 117 | 234 | - |
| CMYK | 0.55 | 0.5 | 0 | 0.08 |
| HSL | 234.42º | 0.75% | 0.66% | - |
| HSV(B) | 234.42º | 0.55% | 0.92% | - |
| XYZ | 27.04 | 21.67 | 80.6 | - |
| YUV | 126.75 | 188.52 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 234 | 0.55 | 0.5 | 0 | 0.08 | 234.42 | 0.75 | 0.66 |
| Hex | 69 | 75 | EA | 37 | 32 | 0 | 8 | EA | 4B | 42 |
| Octal | 151 | 165 | 352 | 67 | 62 | 0 | 10 | 352 | 113 | 102 |
| Binary | 1101001 | 1110101 | 11101010 | 110111 | 110010 | 0 | 1000 | 11101010 | 1001011 | 1000010 |
Color Harmonies of #6975EA
Complementary color
Monochromatic Colors of #6975EA
Black with #6975EA
Text Example
Text Example
White with #6975EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6975EA; }
p { color: rgb(105,117,234); }
H1.HeaderClassName
{
color: #6975EA;
}
.AnyTagClassName
{
color: #6975EA;
}
</style>
background-color css
<style>
a { background-color: #6975EA; }
a { background-color: rgb(105,117,234); }
div.DivClassName
{
background-color: #6975EA;
}
.BgClassName
{
background-color: #6975EA;
}
</style>
border-color css
<style>
span { border-color: #6975EA; }
span { border-color: rgb(105,117,234); }
td.TdClassName
{
border-color: #6975EA;
}
.TagClassName
{
border-color: #6975EA;
}
</style>