Shades of Slate Blue #6A6FDC
Tints of Slate Blue #6A6FDC
RGB
CMYK
RGB Variations
Color information
#6A6FDC (or 0x6A6FDC) is known color: Slate Blue. HEX triplet: 6A, 6F and DC. RGB value is (106,111,220). Sum of RGB (Red+Green+Blue) = 106+111+220=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A6FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6FDC is #959023. Grayscale: #797979. Windows color (decimal): -9801764 or 14446442. OLE color: 14446442.
HSL color Cylindrical-coordinate representation of color #6A6FDC: hue angle of 237.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A6FDC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 111 | 220 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.14 |
| HSL | 237.37º | 0.62% | 0.64% | - |
| HSV(B) | 237.37º | 0.52% | 0.86% | - |
| XYZ | 24.55 | 19.6 | 70.2 | - |
| YUV | 121.93 | 183.34 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 220 | 0.52 | 0.50 | 0 | 0.14 | 237.37 | 0.62 | 0.64 |
| Hex | 6A | 6F | DC | 34 | 32 | 0 | E | ED | 3E | 40 |
| Octal | 152 | 157 | 334 | 64 | 62 | 0 | 16 | 355 | 76 | 100 |
| Binary | 1101010 | 1101111 | 11011100 | 110100 | 110010 | 0 | 1110 | 11101101 | 111110 | 1000000 |
Color Harmonies of #6A6FDC
Complementary color
Monochromatic Colors of #6A6FDC
Black with #6A6FDC
Text Example
Text Example
White with #6A6FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6FDC; }
p { color: rgb(106,111,220); }
H1.HeaderClassName
{
color: #6A6FDC;
}
.AnyTagClassName
{
color: #6A6FDC;
}
</style>
background-color css
<style>
a { background-color: #6A6FDC; }
a { background-color: rgb(106,111,220); }
div.DivClassName
{
background-color: #6A6FDC;
}
.BgClassName
{
background-color: #6A6FDC;
}
</style>
border-color css
<style>
span { border-color: #6A6FDC; }
span { border-color: rgb(106,111,220); }
td.TdClassName
{
border-color: #6A6FDC;
}
.TagClassName
{
border-color: #6A6FDC;
}
</style>