Shades of Slate Blue #6B6BDC
Tints of Slate Blue #6B6BDC
RGB
CMYK
RGB Variations
Color information
#6B6BDC (or 0x6B6BDC) is known color: Slate Blue. HEX triplet: 6B, 6B and DC. RGB value is (107,107,220). Sum of RGB (Red+Green+Blue) = 107+107+220=434 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.65% from 434); Green value is 107 (42.19% from 255 or 24.65% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #6B6BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6BDC is #949423. Grayscale: #777777. Windows color (decimal): -9737252 or 14445419. OLE color: 14445419.
HSL color Cylindrical-coordinate representation of color #6B6BDC: hue angle of 240º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B6BDC is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 107 | 107 | 220 | - |
| CMYK | 0.51 | 0.51 | 0 | 0.14 |
| HSL | 240º | 0.62% | 0.64% | - |
| HSV(B) | 240º | 0.51% | 0.86% | - |
| XYZ | 24.24 | 18.81 | 70.06 | - |
| YUV | 119.88 | 184.5 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 107 | 220 | 0.51 | 0.51 | 0 | 0.14 | 240 | 0.62 | 0.64 |
| Hex | 6B | 6B | DC | 33 | 33 | 0 | E | F0 | 3E | 40 |
| Octal | 153 | 153 | 334 | 63 | 63 | 0 | 16 | 360 | 76 | 100 |
| Binary | 1101011 | 1101011 | 11011100 | 110011 | 110011 | 0 | 1110 | 11110000 | 111110 | 1000000 |
Color Harmonies of #6B6BDC
Complementary color
Monochromatic Colors of #6B6BDC
Black with #6B6BDC
Text Example
Text Example
White with #6B6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6BDC; }
p { color: rgb(107,107,220); }
H1.HeaderClassName
{
color: #6B6BDC;
}
.AnyTagClassName
{
color: #6B6BDC;
}
</style>
background-color css
<style>
a { background-color: #6B6BDC; }
a { background-color: rgb(107,107,220); }
div.DivClassName
{
background-color: #6B6BDC;
}
.BgClassName
{
background-color: #6B6BDC;
}
</style>
border-color css
<style>
span { border-color: #6B6BDC; }
span { border-color: rgb(107,107,220); }
td.TdClassName
{
border-color: #6B6BDC;
}
.TagClassName
{
border-color: #6B6BDC;
}
</style>