Shades of Slate Blue #6B58CB
Tints of Slate Blue #6B58CB
RGB
CMYK
RGB Variations
Color information
#6B58CB (or 0x6B58CB) is known color: Slate Blue. HEX triplet: 6B, 58 and CB. RGB value is (107,88,203). Sum of RGB (Red+Green+Blue) = 107+88+203=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #6B58CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B58CB is #94A734. Grayscale: #6A6A6A. Windows color (decimal): -9742133 or 13326443. OLE color: 13326443.
HSL color Cylindrical-coordinate representation of color #6B58CB: hue angle of 249.91º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B58CB is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 88 | 203 | - |
| CMYK | 0.47 | 0.57 | 0 | 0.20 |
| HSL | 249.91º | 0.53% | 0.57% | - |
| HSV(B) | 249.91º | 0.57% | 0.8% | - |
| XYZ | 20.33 | 14.42 | 58.21 | - |
| YUV | 106.79 | 182.29 | 128.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 203 | 0.47 | 0.57 | 0 | 0.20 | 249.91 | 0.53 | 0.57 |
| Hex | 6B | 58 | CB | 2F | 39 | 0 | 14 | FA | 35 | 39 |
| Octal | 153 | 130 | 313 | 57 | 71 | 0 | 24 | 372 | 65 | 71 |
| Binary | 1101011 | 1011000 | 11001011 | 101111 | 111001 | 0 | 10100 | 11111010 | 110101 | 111001 |
Color Harmonies of #6B58CB
Complementary color
Monochromatic Colors of #6B58CB
Black with #6B58CB
Text Example
Text Example
White with #6B58CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B58CB; }
p { color: rgb(107,88,203); }
H1.HeaderClassName
{
color: #6B58CB;
}
.AnyTagClassName
{
color: #6B58CB;
}
</style>
background-color css
<style>
a { background-color: #6B58CB; }
a { background-color: rgb(107,88,203); }
div.DivClassName
{
background-color: #6B58CB;
}
.BgClassName
{
background-color: #6B58CB;
}
</style>
border-color css
<style>
span { border-color: #6B58CB; }
span { border-color: rgb(107,88,203); }
td.TdClassName
{
border-color: #6B58CB;
}
.TagClassName
{
border-color: #6B58CB;
}
</style>