Shades of Slate Blue #6B5BCB
Tints of Slate Blue #6B5BCB
RGB
CMYK
RGB Variations
Color information
#6B5BCB (or 0x6B5BCB) is known color: Slate Blue. HEX triplet: 6B, 5B and CB. RGB value is (107,91,203). Sum of RGB (Red+Green+Blue) = 107+91+203=401 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.68% from 401); Green value is 91 (35.94% from 255 or 22.69% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B5BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5BCB is #94A434. Grayscale: #6C6C6C. Windows color (decimal): -9741365 or 13327211. OLE color: 13327211.
HSL color Cylindrical-coordinate representation of color #6B5BCB: hue angle of 248.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B5BCB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 91 | 203 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.20 |
| HSL | 248.57º | 0.52% | 0.58% | - |
| HSV(B) | 248.57º | 0.55% | 0.8% | - |
| XYZ | 20.58 | 14.92 | 58.29 | - |
| YUV | 108.55 | 181.3 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 203 | 0.47 | 0.55 | 0 | 0.20 | 248.57 | 0.52 | 0.58 |
| Hex | 6B | 5B | CB | 2F | 37 | 0 | 14 | F9 | 34 | 3A |
| Octal | 153 | 133 | 313 | 57 | 67 | 0 | 24 | 371 | 64 | 72 |
| Binary | 1101011 | 1011011 | 11001011 | 101111 | 110111 | 0 | 10100 | 11111001 | 110100 | 111010 |
Color Harmonies of #6B5BCB
Complementary color
Monochromatic Colors of #6B5BCB
Black with #6B5BCB
Text Example
Text Example
White with #6B5BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5BCB; }
p { color: rgb(107,91,203); }
H1.HeaderClassName
{
color: #6B5BCB;
}
.AnyTagClassName
{
color: #6B5BCB;
}
</style>
background-color css
<style>
a { background-color: #6B5BCB; }
a { background-color: rgb(107,91,203); }
div.DivClassName
{
background-color: #6B5BCB;
}
.BgClassName
{
background-color: #6B5BCB;
}
</style>
border-color css
<style>
span { border-color: #6B5BCB; }
span { border-color: rgb(107,91,203); }
td.TdClassName
{
border-color: #6B5BCB;
}
.TagClassName
{
border-color: #6B5BCB;
}
</style>