Shades of Slate Blue #6B5CCB
Tints of Slate Blue #6B5CCB
RGB
CMYK
RGB Variations
Color information
#6B5CCB (or 0x6B5CCB) is known color: Slate Blue. HEX triplet: 6B, 5C and CB. RGB value is (107,92,203). Sum of RGB (Red+Green+Blue) = 107+92+203=402 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.62% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B5CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5CCB is #94A334. Grayscale: #6C6C6C. Windows color (decimal): -9741109 or 13327467. OLE color: 13327467.
HSL color Cylindrical-coordinate representation of color #6B5CCB: hue angle of 248.11º 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 #6B5CCB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 92 | 203 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.20 |
| HSL | 248.11º | 0.52% | 0.58% | - |
| HSV(B) | 248.11º | 0.55% | 0.8% | - |
| XYZ | 20.67 | 15.09 | 58.32 | - |
| YUV | 109.14 | 180.97 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 203 | 0.47 | 0.55 | 0 | 0.20 | 248.11 | 0.52 | 0.58 |
| Hex | 6B | 5C | CB | 2F | 37 | 0 | 14 | F8 | 34 | 3A |
| Octal | 153 | 134 | 313 | 57 | 67 | 0 | 24 | 370 | 64 | 72 |
| Binary | 1101011 | 1011100 | 11001011 | 101111 | 110111 | 0 | 10100 | 11111000 | 110100 | 111010 |
Color Harmonies of #6B5CCB
Complementary color
Monochromatic Colors of #6B5CCB
Black with #6B5CCB
Text Example
Text Example
White with #6B5CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5CCB; }
p { color: rgb(107,92,203); }
H1.HeaderClassName
{
color: #6B5CCB;
}
.AnyTagClassName
{
color: #6B5CCB;
}
</style>
background-color css
<style>
a { background-color: #6B5CCB; }
a { background-color: rgb(107,92,203); }
div.DivClassName
{
background-color: #6B5CCB;
}
.BgClassName
{
background-color: #6B5CCB;
}
</style>
border-color css
<style>
span { border-color: #6B5CCB; }
span { border-color: rgb(107,92,203); }
td.TdClassName
{
border-color: #6B5CCB;
}
.TagClassName
{
border-color: #6B5CCB;
}
</style>