Shades of Slate Blue #6B5ACB
Tints of Slate Blue #6B5ACB
RGB
CMYK
RGB Variations
Color information
#6B5ACB (or 0x6B5ACB) is known color: Slate Blue. HEX triplet: 6B, 5A and CB. RGB value is (107,90,203). Sum of RGB (Red+Green+Blue) = 107+90+203=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B5ACB is #94A534. Grayscale: #6B6B6B. Windows color (decimal): -9741621 or 13326955. OLE color: 13326955.
HSL color Cylindrical-coordinate representation of color #6B5ACB: hue angle of 249.03º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6B5ACB is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 90 | 203 | - |
| CMYK | 0.47 | 0.56 | 0 | 0.20 |
| HSL | 249.03º | 0.52% | 0.57% | - |
| HSV(B) | 249.03º | 0.56% | 0.8% | - |
| XYZ | 20.5 | 14.75 | 58.27 | - |
| YUV | 107.97 | 181.63 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 203 | 0.47 | 0.56 | 0 | 0.20 | 249.03 | 0.52 | 0.57 |
| Hex | 6B | 5A | CB | 2F | 38 | 0 | 14 | F9 | 34 | 39 |
| Octal | 153 | 132 | 313 | 57 | 70 | 0 | 24 | 371 | 64 | 71 |
| Binary | 1101011 | 1011010 | 11001011 | 101111 | 111000 | 0 | 10100 | 11111001 | 110100 | 111001 |
Color Harmonies of #6B5ACB
Complementary color
Monochromatic Colors of #6B5ACB
Black with #6B5ACB
Text Example
Text Example
White with #6B5ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5ACB; }
p { color: rgb(107,90,203); }
H1.HeaderClassName
{
color: #6B5ACB;
}
.AnyTagClassName
{
color: #6B5ACB;
}
</style>
background-color css
<style>
a { background-color: #6B5ACB; }
a { background-color: rgb(107,90,203); }
div.DivClassName
{
background-color: #6B5ACB;
}
.BgClassName
{
background-color: #6B5ACB;
}
</style>
border-color css
<style>
span { border-color: #6B5ACB; }
span { border-color: rgb(107,90,203); }
td.TdClassName
{
border-color: #6B5ACB;
}
.TagClassName
{
border-color: #6B5ACB;
}
</style>