Shades of Slate Blue #6B48CC
Tints of Slate Blue #6B48CC
RGB
CMYK
RGB Variations
Color information
#6B48CC (or 0x6B48CC) is known color: Slate Blue. HEX triplet: 6B, 48 and CC. RGB value is (107,72,204). Sum of RGB (Red+Green+Blue) = 107+72+204=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B48CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B48CC is #94B733. Grayscale: #616161. Windows color (decimal): -9746228 or 13387883. OLE color: 13387883.
HSL color Cylindrical-coordinate representation of color #6B48CC: hue angle of 255.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B48CC is Cyan = 0.48, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 107 | 72 | 204 | - |
| CMYK | 0.48 | 0.65 | 0 | 0.2 |
| HSL | 255.91º | 0.56% | 0.54% | - |
| HSV(B) | 255.91º | 0.65% | 0.8% | - |
| XYZ | 19.28 | 12.12 | 58.45 | - |
| YUV | 97.51 | 188.1 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 72 | 204 | 0.48 | 0.65 | 0 | 0.2 | 255.91 | 0.56 | 0.54 |
| Hex | 6B | 48 | CC | 30 | 41 | 0 | 14 | 100 | 38 | 36 |
| Octal | 153 | 110 | 314 | 60 | 101 | 0 | 24 | 400 | 70 | 66 |
| Binary | 1101011 | 1001000 | 11001100 | 110000 | 1000001 | 0 | 10100 | 100000000 | 111000 | 110110 |
Color Harmonies of #6B48CC
Complementary color
Monochromatic Colors of #6B48CC
Black with #6B48CC
Text Example
Text Example
White with #6B48CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B48CC; }
p { color: rgb(107,72,204); }
H1.HeaderClassName
{
color: #6B48CC;
}
.AnyTagClassName
{
color: #6B48CC;
}
</style>
background-color css
<style>
a { background-color: #6B48CC; }
a { background-color: rgb(107,72,204); }
div.DivClassName
{
background-color: #6B48CC;
}
.BgClassName
{
background-color: #6B48CC;
}
</style>
border-color css
<style>
span { border-color: #6B48CC; }
span { border-color: rgb(107,72,204); }
td.TdClassName
{
border-color: #6B48CC;
}
.TagClassName
{
border-color: #6B48CC;
}
</style>