Shades of Slate Blue #6B6ACE
Tints of Slate Blue #6B6ACE
RGB
CMYK
RGB Variations
Color information
#6B6ACE (or 0x6B6ACE) is known color: Slate Blue. HEX triplet: 6B, 6A and CE. RGB value is (107,106,206). Sum of RGB (Red+Green+Blue) = 107+106+206=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ACE is #949531. Grayscale: #757575. Windows color (decimal): -9737522 or 13527659. OLE color: 13527659.
HSL color Cylindrical-coordinate representation of color #6B6ACE: hue angle of 240.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B6ACE is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 106 | 206 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.19 |
| HSL | 240.6º | 0.51% | 0.61% | - |
| HSV(B) | 240.6º | 0.49% | 0.81% | - |
| XYZ | 22.36 | 17.89 | 60.67 | - |
| YUV | 117.7 | 177.83 | 120.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 106 | 206 | 0.48 | 0.49 | 0 | 0.19 | 240.6 | 0.51 | 0.61 |
| Hex | 6B | 6A | CE | 30 | 31 | 0 | 13 | F1 | 33 | 3D |
| Octal | 153 | 152 | 316 | 60 | 61 | 0 | 23 | 361 | 63 | 75 |
| Binary | 1101011 | 1101010 | 11001110 | 110000 | 110001 | 0 | 10011 | 11110001 | 110011 | 111101 |
Color Harmonies of #6B6ACE
Complementary color
Monochromatic Colors of #6B6ACE
Black with #6B6ACE
Text Example
Text Example
White with #6B6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6ACE; }
p { color: rgb(107,106,206); }
H1.HeaderClassName
{
color: #6B6ACE;
}
.AnyTagClassName
{
color: #6B6ACE;
}
</style>
background-color css
<style>
a { background-color: #6B6ACE; }
a { background-color: rgb(107,106,206); }
div.DivClassName
{
background-color: #6B6ACE;
}
.BgClassName
{
background-color: #6B6ACE;
}
</style>
border-color css
<style>
span { border-color: #6B6ACE; }
span { border-color: rgb(107,106,206); }
td.TdClassName
{
border-color: #6B6ACE;
}
.TagClassName
{
border-color: #6B6ACE;
}
</style>