Shades of Slate Blue #6A48CF
Tints of Slate Blue #6A48CF
RGB
CMYK
RGB Variations
Color information
#6A48CF (or 0x6A48CF) is known color: Slate Blue. HEX triplet: 6A, 48 and CF. RGB value is (106,72,207). Sum of RGB (Red+Green+Blue) = 106+72+207=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 207 (81.25% from 255 or 53.77% from 385); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A48CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A48CF is #95B730. Grayscale: #616161. Windows color (decimal): -9811761 or 13584490. OLE color: 13584490.
HSL color Cylindrical-coordinate representation of color #6A48CF: hue angle of 255.11º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A48CF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 72 | 207 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.19 |
| HSL | 255.11º | 0.58% | 0.55% | - |
| HSV(B) | 255.11º | 0.65% | 0.81% | - |
| XYZ | 19.52 | 12.2 | 60.36 | - |
| YUV | 97.56 | 189.76 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 207 | 0.49 | 0.65 | 0 | 0.19 | 255.11 | 0.58 | 0.55 |
| Hex | 6A | 48 | CF | 31 | 41 | 0 | 13 | FF | 3A | 37 |
| Octal | 152 | 110 | 317 | 61 | 101 | 0 | 23 | 377 | 72 | 67 |
| Binary | 1101010 | 1001000 | 11001111 | 110001 | 1000001 | 0 | 10011 | 11111111 | 111010 | 110111 |
Color Harmonies of #6A48CF
Complementary color
Monochromatic Colors of #6A48CF
Black with #6A48CF
Text Example
Text Example
White with #6A48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A48CF; }
p { color: rgb(106,72,207); }
H1.HeaderClassName
{
color: #6A48CF;
}
.AnyTagClassName
{
color: #6A48CF;
}
</style>
background-color css
<style>
a { background-color: #6A48CF; }
a { background-color: rgb(106,72,207); }
div.DivClassName
{
background-color: #6A48CF;
}
.BgClassName
{
background-color: #6A48CF;
}
</style>
border-color css
<style>
span { border-color: #6A48CF; }
span { border-color: rgb(106,72,207); }
td.TdClassName
{
border-color: #6A48CF;
}
.TagClassName
{
border-color: #6A48CF;
}
</style>