Shades of Slate Blue #6A61E0
Tints of Slate Blue #6A61E0
RGB
CMYK
RGB Variations
Color information
#6A61E0 (or 0x6A61E0) is known color: Slate Blue. HEX triplet: 6A, 61 and E0. RGB value is (106,97,224). Sum of RGB (Red+Green+Blue) = 106+97+224=427 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.82% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 224 (87.89% from 255 or 52.46% from 427); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A61E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A61E0 is #959E1F. Grayscale: #717171. Windows color (decimal): -9805344 or 14705002. OLE color: 14705002.
HSL color Cylindrical-coordinate representation of color #6A61E0: hue angle of 244.25º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A61E0 is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 106 | 97 | 224 | - |
| CMYK | 0.53 | 0.57 | 0 | 0.12 |
| HSL | 244.25º | 0.67% | 0.63% | - |
| HSV(B) | 244.25º | 0.57% | 0.88% | - |
| XYZ | 23.67 | 17 | 72.55 | - |
| YUV | 114.17 | 189.98 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 224 | 0.53 | 0.57 | 0 | 0.12 | 244.25 | 0.67 | 0.63 |
| Hex | 6A | 61 | E0 | 35 | 39 | 0 | C | F4 | 43 | 3F |
| Octal | 152 | 141 | 340 | 65 | 71 | 0 | 14 | 364 | 103 | 77 |
| Binary | 1101010 | 1100001 | 11100000 | 110101 | 111001 | 0 | 1100 | 11110100 | 1000011 | 111111 |
Color Harmonies of #6A61E0
Complementary color
Monochromatic Colors of #6A61E0
Black with #6A61E0
Text Example
Text Example
White with #6A61E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A61E0; }
p { color: rgb(106,97,224); }
H1.HeaderClassName
{
color: #6A61E0;
}
.AnyTagClassName
{
color: #6A61E0;
}
</style>
background-color css
<style>
a { background-color: #6A61E0; }
a { background-color: rgb(106,97,224); }
div.DivClassName
{
background-color: #6A61E0;
}
.BgClassName
{
background-color: #6A61E0;
}
</style>
border-color css
<style>
span { border-color: #6A61E0; }
span { border-color: rgb(106,97,224); }
td.TdClassName
{
border-color: #6A61E0;
}
.TagClassName
{
border-color: #6A61E0;
}
</style>