Shades of Slate Blue #6A6DDC
Tints of Slate Blue #6A6DDC
RGB
CMYK
RGB Variations
Color information
#6A6DDC (or 0x6A6DDC) is known color: Slate Blue. HEX triplet: 6A, 6D and DC. RGB value is (106,109,220). Sum of RGB (Red+Green+Blue) = 106+109+220=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DDC is #959223. Grayscale: #787878. Windows color (decimal): -9802276 or 14445930. OLE color: 14445930.
HSL color Cylindrical-coordinate representation of color #6A6DDC: hue angle of 238.42º 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 #6A6DDC is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 109 | 220 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.14 |
| HSL | 238.42º | 0.62% | 0.64% | - |
| HSV(B) | 238.42º | 0.52% | 0.86% | - |
| XYZ | 24.33 | 19.17 | 70.13 | - |
| YUV | 120.76 | 184.01 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 220 | 0.52 | 0.50 | 0 | 0.14 | 238.42 | 0.62 | 0.64 |
| Hex | 6A | 6D | DC | 34 | 32 | 0 | E | EE | 3E | 40 |
| Octal | 152 | 155 | 334 | 64 | 62 | 0 | 16 | 356 | 76 | 100 |
| Binary | 1101010 | 1101101 | 11011100 | 110100 | 110010 | 0 | 1110 | 11101110 | 111110 | 1000000 |
Color Harmonies of #6A6DDC
Complementary color
Monochromatic Colors of #6A6DDC
Black with #6A6DDC
Text Example
Text Example
White with #6A6DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6DDC; }
p { color: rgb(106,109,220); }
H1.HeaderClassName
{
color: #6A6DDC;
}
.AnyTagClassName
{
color: #6A6DDC;
}
</style>
background-color css
<style>
a { background-color: #6A6DDC; }
a { background-color: rgb(106,109,220); }
div.DivClassName
{
background-color: #6A6DDC;
}
.BgClassName
{
background-color: #6A6DDC;
}
</style>
border-color css
<style>
span { border-color: #6A6DDC; }
span { border-color: rgb(106,109,220); }
td.TdClassName
{
border-color: #6A6DDC;
}
.TagClassName
{
border-color: #6A6DDC;
}
</style>