Shades of Medium Slate Blue #6972EA
Tints of Medium Slate Blue #6972EA
RGB
CMYK
RGB Variations
Color information
#6972EA (or 0x6972EA) is known color: Medium Slate Blue. HEX triplet: 69, 72 and EA. RGB value is (105,114,234). Sum of RGB (Red+Green+Blue) = 105+114+234=453 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.18% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #6972EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6972EA is #968D15. Grayscale: #7C7C7C. Windows color (decimal): -9866518 or 15364713. OLE color: 15364713.
HSL color Cylindrical-coordinate representation of color #6972EA: hue angle of 235.81º 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 #6972EA is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 105 | 114 | 234 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.08 |
| HSL | 235.81º | 0.75% | 0.66% | - |
| HSV(B) | 235.81º | 0.55% | 0.92% | - |
| XYZ | 26.69 | 20.98 | 80.48 | - |
| YUV | 124.99 | 189.52 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 114 | 234 | 0.55 | 0.51 | 0 | 0.08 | 235.81 | 0.75 | 0.66 |
| Hex | 69 | 72 | EA | 37 | 33 | 0 | 8 | EC | 4B | 42 |
| Octal | 151 | 162 | 352 | 67 | 63 | 0 | 10 | 354 | 113 | 102 |
| Binary | 1101001 | 1110010 | 11101010 | 110111 | 110011 | 0 | 1000 | 11101100 | 1001011 | 1000010 |
Color Harmonies of #6972EA
Complementary color
Monochromatic Colors of #6972EA
Black with #6972EA
Text Example
Text Example
White with #6972EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6972EA; }
p { color: rgb(105,114,234); }
H1.HeaderClassName
{
color: #6972EA;
}
.AnyTagClassName
{
color: #6972EA;
}
</style>
background-color css
<style>
a { background-color: #6972EA; }
a { background-color: rgb(105,114,234); }
div.DivClassName
{
background-color: #6972EA;
}
.BgClassName
{
background-color: #6972EA;
}
</style>
border-color css
<style>
span { border-color: #6972EA; }
span { border-color: rgb(105,114,234); }
td.TdClassName
{
border-color: #6972EA;
}
.TagClassName
{
border-color: #6972EA;
}
</style>