Shades of Slate Blue #6A6CDD
Tints of Slate Blue #6A6CDD
RGB
CMYK
RGB Variations
Color information
#6A6CDD (or 0x6A6CDD) is known color: Slate Blue. HEX triplet: 6A, 6C and DD. RGB value is (106,108,221). Sum of RGB (Red+Green+Blue) = 106+108+221=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 108 (42.58% from 255 or 24.83% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A6CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CDD is #959322. Grayscale: #777777. Windows color (decimal): -9802531 or 14511210. OLE color: 14511210.
HSL color Cylindrical-coordinate representation of color #6A6CDD: hue angle of 238.96º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A6CDD is Cyan = 0.52, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 108 | 221 | - |
| CMYK | 0.52 | 0.51 | 0 | 0.13 |
| HSL | 238.96º | 0.63% | 0.64% | - |
| HSV(B) | 238.96º | 0.52% | 0.87% | - |
| XYZ | 24.36 | 19.01 | 70.79 | - |
| YUV | 120.28 | 184.84 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 221 | 0.52 | 0.51 | 0 | 0.13 | 238.96 | 0.63 | 0.64 |
| Hex | 6A | 6C | DD | 34 | 33 | 0 | D | EF | 3F | 40 |
| Octal | 152 | 154 | 335 | 64 | 63 | 0 | 15 | 357 | 77 | 100 |
| Binary | 1101010 | 1101100 | 11011101 | 110100 | 110011 | 0 | 1101 | 11101111 | 111111 | 1000000 |
Color Harmonies of #6A6CDD
Complementary color
Monochromatic Colors of #6A6CDD
Black with #6A6CDD
Text Example
Text Example
White with #6A6CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6CDD; }
p { color: rgb(106,108,221); }
H1.HeaderClassName
{
color: #6A6CDD;
}
.AnyTagClassName
{
color: #6A6CDD;
}
</style>
background-color css
<style>
a { background-color: #6A6CDD; }
a { background-color: rgb(106,108,221); }
div.DivClassName
{
background-color: #6A6CDD;
}
.BgClassName
{
background-color: #6A6CDD;
}
</style>
border-color css
<style>
span { border-color: #6A6CDD; }
span { border-color: rgb(106,108,221); }
td.TdClassName
{
border-color: #6A6CDD;
}
.TagClassName
{
border-color: #6A6CDD;
}
</style>