Shades of Slate Blue #6C6FD1
Tints of Slate Blue #6C6FD1
RGB
CMYK
RGB Variations
Color information
#6C6FD1 (or 0x6C6FD1) is known color: Slate Blue. HEX triplet: 6C, 6F and D1. RGB value is (108,111,209). Sum of RGB (Red+Green+Blue) = 108+111+209=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 111 (43.75% from 255 or 25.93% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C6FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C6FD1 is #93902E. Grayscale: #787878. Windows color (decimal): -9670703 or 13725548. OLE color: 13725548.
HSL color Cylindrical-coordinate representation of color #6C6FD1: hue angle of 238.22º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C6FD1 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 111 | 209 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.18 |
| HSL | 238.22º | 0.52% | 0.62% | - |
| HSV(B) | 238.22º | 0.48% | 0.82% | - |
| XYZ | 23.38 | 19.16 | 62.79 | - |
| YUV | 121.28 | 177.51 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 111 | 209 | 0.48 | 0.47 | 0 | 0.18 | 238.22 | 0.52 | 0.62 |
| Hex | 6C | 6F | D1 | 30 | 2F | 0 | 12 | EE | 34 | 3E |
| Octal | 154 | 157 | 321 | 60 | 57 | 0 | 22 | 356 | 64 | 76 |
| Binary | 1101100 | 1101111 | 11010001 | 110000 | 101111 | 0 | 10010 | 11101110 | 110100 | 111110 |
Color Harmonies of #6C6FD1
Complementary color
Monochromatic Colors of #6C6FD1
Black with #6C6FD1
Text Example
Text Example
White with #6C6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6FD1; }
p { color: rgb(108,111,209); }
H1.HeaderClassName
{
color: #6C6FD1;
}
.AnyTagClassName
{
color: #6C6FD1;
}
</style>
background-color css
<style>
a { background-color: #6C6FD1; }
a { background-color: rgb(108,111,209); }
div.DivClassName
{
background-color: #6C6FD1;
}
.BgClassName
{
background-color: #6C6FD1;
}
</style>
border-color css
<style>
span { border-color: #6C6FD1; }
span { border-color: rgb(108,111,209); }
td.TdClassName
{
border-color: #6C6FD1;
}
.TagClassName
{
border-color: #6C6FD1;
}
</style>