Shades of Slate Blue #6948CF
Tints of Slate Blue #6948CF
RGB
CMYK
RGB Variations
Color information
#6948CF (or 0x6948CF) is known color: Slate Blue. HEX triplet: 69, 48 and CF. RGB value is (105,72,207). Sum of RGB (Red+Green+Blue) = 105+72+207=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 207 (81.25% from 255 or 53.91% from 384); Max value from RGB is 207 - color contains mainly: blue. Hex color #6948CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6948CF is #96B730. Grayscale: #606060. Windows color (decimal): -9877297 or 13584489. OLE color: 13584489.
HSL color Cylindrical-coordinate representation of color #6948CF: hue angle of 254.67º 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 #6948CF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 72 | 207 | - |
| CMYK | 0.49 | 0.65 | 0 | 0.19 |
| HSL | 254.67º | 0.58% | 0.55% | - |
| HSV(B) | 254.67º | 0.65% | 0.81% | - |
| XYZ | 19.41 | 12.14 | 60.35 | - |
| YUV | 97.26 | 189.93 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 72 | 207 | 0.49 | 0.65 | 0 | 0.19 | 254.67 | 0.58 | 0.55 |
| Hex | 69 | 48 | CF | 31 | 41 | 0 | 13 | FF | 3A | 37 |
| Octal | 151 | 110 | 317 | 61 | 101 | 0 | 23 | 377 | 72 | 67 |
| Binary | 1101001 | 1001000 | 11001111 | 110001 | 1000001 | 0 | 10011 | 11111111 | 111010 | 110111 |
Color Harmonies of #6948CF
Complementary color
Monochromatic Colors of #6948CF
Black with #6948CF
Text Example
Text Example
White with #6948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6948CF; }
p { color: rgb(105,72,207); }
H1.HeaderClassName
{
color: #6948CF;
}
.AnyTagClassName
{
color: #6948CF;
}
</style>
background-color css
<style>
a { background-color: #6948CF; }
a { background-color: rgb(105,72,207); }
div.DivClassName
{
background-color: #6948CF;
}
.BgClassName
{
background-color: #6948CF;
}
</style>
border-color css
<style>
span { border-color: #6948CF; }
span { border-color: rgb(105,72,207); }
td.TdClassName
{
border-color: #6948CF;
}
.TagClassName
{
border-color: #6948CF;
}
</style>