Shades of Slate Blue #6B6CCD
Tints of Slate Blue #6B6CCD
RGB
CMYK
RGB Variations
Color information
#6B6CCD (or 0x6B6CCD) is known color: Slate Blue. HEX triplet: 6B, 6C and CD. RGB value is (107,108,205). Sum of RGB (Red+Green+Blue) = 107+108+205=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 205 (80.47% from 255 or 48.81% from 420); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B6CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B6CCD is #949332. Grayscale: #767676. Windows color (decimal): -9737011 or 13462635. OLE color: 13462635.
HSL color Cylindrical-coordinate representation of color #6B6CCD: hue angle of 239.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B6CCD is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 108 | 205 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.20 |
| HSL | 239.39º | 0.49% | 0.61% | - |
| HSV(B) | 239.39º | 0.48% | 0.8% | - |
| XYZ | 22.45 | 18.26 | 60.1 | - |
| YUV | 118.76 | 176.67 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 108 | 205 | 0.48 | 0.47 | 0 | 0.20 | 239.39 | 0.49 | 0.61 |
| Hex | 6B | 6C | CD | 30 | 2F | 0 | 14 | EF | 31 | 3D |
| Octal | 153 | 154 | 315 | 60 | 57 | 0 | 24 | 357 | 61 | 75 |
| Binary | 1101011 | 1101100 | 11001101 | 110000 | 101111 | 0 | 10100 | 11101111 | 110001 | 111101 |
Color Harmonies of #6B6CCD
Complementary color
Monochromatic Colors of #6B6CCD
Black with #6B6CCD
Text Example
Text Example
White with #6B6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6CCD; }
p { color: rgb(107,108,205); }
H1.HeaderClassName
{
color: #6B6CCD;
}
.AnyTagClassName
{
color: #6B6CCD;
}
</style>
background-color css
<style>
a { background-color: #6B6CCD; }
a { background-color: rgb(107,108,205); }
div.DivClassName
{
background-color: #6B6CCD;
}
.BgClassName
{
background-color: #6B6CCD;
}
</style>
border-color css
<style>
span { border-color: #6B6CCD; }
span { border-color: rgb(107,108,205); }
td.TdClassName
{
border-color: #6B6CCD;
}
.TagClassName
{
border-color: #6B6CCD;
}
</style>