Shades of Slate Blue #6B6ECE
Tints of Slate Blue #6B6ECE
RGB
CMYK
RGB Variations
Color information
#6B6ECE (or 0x6B6ECE) is known color: Slate Blue. HEX triplet: 6B, 6E and CE. RGB value is (107,110,206). Sum of RGB (Red+Green+Blue) = 107+110+206=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 110 (43.36% from 255 or 26.00% 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 #6B6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6ECE is #949131. Grayscale: #777777. Windows color (decimal): -9736498 or 13528683. OLE color: 13528683.
HSL color Cylindrical-coordinate representation of color #6B6ECE: hue angle of 238.18º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6ECE is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 110 | 206 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.19 |
| HSL | 238.18º | 0.5% | 0.61% | - |
| HSV(B) | 238.18º | 0.48% | 0.81% | - |
| XYZ | 22.78 | 18.73 | 60.81 | - |
| YUV | 120.05 | 176.51 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 110 | 206 | 0.48 | 0.47 | 0 | 0.19 | 238.18 | 0.5 | 0.61 |
| Hex | 6B | 6E | CE | 30 | 2F | 0 | 13 | EE | 32 | 3D |
| Octal | 153 | 156 | 316 | 60 | 57 | 0 | 23 | 356 | 62 | 75 |
| Binary | 1101011 | 1101110 | 11001110 | 110000 | 101111 | 0 | 10011 | 11101110 | 110010 | 111101 |
Color Harmonies of #6B6ECE
Complementary color
Monochromatic Colors of #6B6ECE
Black with #6B6ECE
Text Example
Text Example
White with #6B6ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6ECE; }
p { color: rgb(107,110,206); }
H1.HeaderClassName
{
color: #6B6ECE;
}
.AnyTagClassName
{
color: #6B6ECE;
}
</style>
background-color css
<style>
a { background-color: #6B6ECE; }
a { background-color: rgb(107,110,206); }
div.DivClassName
{
background-color: #6B6ECE;
}
.BgClassName
{
background-color: #6B6ECE;
}
</style>
border-color css
<style>
span { border-color: #6B6ECE; }
span { border-color: rgb(107,110,206); }
td.TdClassName
{
border-color: #6B6ECE;
}
.TagClassName
{
border-color: #6B6ECE;
}
</style>