Shades of Slate Blue #6F6ACE
Tints of Slate Blue #6F6ACE
RGB
CMYK
RGB Variations
Color information
#6F6ACE (or 0x6F6ACE) is known color: Slate Blue. HEX triplet: 6F, 6A and CE. RGB value is (111,106,206). Sum of RGB (Red+Green+Blue) = 111+106+206=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F6ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6ACE is #909531. Grayscale: #767676. Windows color (decimal): -9475378 or 13527663. OLE color: 13527663.
HSL color Cylindrical-coordinate representation of color #6F6ACE: hue angle of 243º 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 #6F6ACE is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 106 | 206 | - |
| CMYK | 0.46 | 0.49 | 0 | 0.19 |
| HSL | 243º | 0.51% | 0.61% | - |
| HSV(B) | 243º | 0.49% | 0.81% | - |
| XYZ | 22.85 | 18.14 | 60.69 | - |
| YUV | 118.9 | 177.16 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 206 | 0.46 | 0.49 | 0 | 0.19 | 243 | 0.51 | 0.61 |
| Hex | 6F | 6A | CE | 2E | 31 | 0 | 13 | F3 | 33 | 3D |
| Octal | 157 | 152 | 316 | 56 | 61 | 0 | 23 | 363 | 63 | 75 |
| Binary | 1101111 | 1101010 | 11001110 | 101110 | 110001 | 0 | 10011 | 11110011 | 110011 | 111101 |
Color Harmonies of #6F6ACE
Complementary color
Monochromatic Colors of #6F6ACE
Black with #6F6ACE
Text Example
Text Example
White with #6F6ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6ACE; }
p { color: rgb(111,106,206); }
H1.HeaderClassName
{
color: #6F6ACE;
}
.AnyTagClassName
{
color: #6F6ACE;
}
</style>
background-color css
<style>
a { background-color: #6F6ACE; }
a { background-color: rgb(111,106,206); }
div.DivClassName
{
background-color: #6F6ACE;
}
.BgClassName
{
background-color: #6F6ACE;
}
</style>
border-color css
<style>
span { border-color: #6F6ACE; }
span { border-color: rgb(111,106,206); }
td.TdClassName
{
border-color: #6F6ACE;
}
.TagClassName
{
border-color: #6F6ACE;
}
</style>