Shades of Slate Blue #6B4FCB
Tints of Slate Blue #6B4FCB
RGB
CMYK
RGB Variations
Color information
#6B4FCB (or 0x6B4FCB) is known color: Slate Blue. HEX triplet: 6B, 4F and CB. RGB value is (107,79,203). Sum of RGB (Red+Green+Blue) = 107+79+203=389 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.51% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B4FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B4FCB is #94B034. Grayscale: #656565. Windows color (decimal): -9744437 or 13324139. OLE color: 13324139.
HSL color Cylindrical-coordinate representation of color #6B4FCB: hue angle of 253.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B4FCB is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 79 | 203 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.20 |
| HSL | 253.55º | 0.54% | 0.55% | - |
| HSV(B) | 253.55º | 0.61% | 0.8% | - |
| XYZ | 19.64 | 13.03 | 57.98 | - |
| YUV | 101.51 | 185.28 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 203 | 0.47 | 0.61 | 0 | 0.20 | 253.55 | 0.54 | 0.55 |
| Hex | 6B | 4F | CB | 2F | 3D | 0 | 14 | FE | 36 | 37 |
| Octal | 153 | 117 | 313 | 57 | 75 | 0 | 24 | 376 | 66 | 67 |
| Binary | 1101011 | 1001111 | 11001011 | 101111 | 111101 | 0 | 10100 | 11111110 | 110110 | 110111 |
Color Harmonies of #6B4FCB
Complementary color
Monochromatic Colors of #6B4FCB
Black with #6B4FCB
Text Example
Text Example
White with #6B4FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4FCB; }
p { color: rgb(107,79,203); }
H1.HeaderClassName
{
color: #6B4FCB;
}
.AnyTagClassName
{
color: #6B4FCB;
}
</style>
background-color css
<style>
a { background-color: #6B4FCB; }
a { background-color: rgb(107,79,203); }
div.DivClassName
{
background-color: #6B4FCB;
}
.BgClassName
{
background-color: #6B4FCB;
}
</style>
border-color css
<style>
span { border-color: #6B4FCB; }
span { border-color: rgb(107,79,203); }
td.TdClassName
{
border-color: #6B4FCB;
}
.TagClassName
{
border-color: #6B4FCB;
}
</style>