Shades of Slate Blue #6943CF
Tints of Slate Blue #6943CF
RGB
CMYK
RGB Variations
Color information
#6943CF (or 0x6943CF) is known color: Slate Blue. HEX triplet: 69, 43 and CF. RGB value is (105,67,207). Sum of RGB (Red+Green+Blue) = 105+67+207=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 207 (81.25% from 255 or 54.62% from 379); Max value from RGB is 207 - color contains mainly: blue. Hex color #6943CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6943CF is #96BC30. Grayscale: #5D5D5D. Windows color (decimal): -9878577 or 13583209. OLE color: 13583209.
HSL color Cylindrical-coordinate representation of color #6943CF: hue angle of 256.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6943CF is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 67 | 207 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.19 |
| HSL | 256.29º | 0.59% | 0.54% | - |
| HSV(B) | 256.29º | 0.68% | 0.81% | - |
| XYZ | 19.1 | 11.52 | 60.25 | - |
| YUV | 94.32 | 191.59 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 67 | 207 | 0.49 | 0.68 | 0 | 0.19 | 256.29 | 0.59 | 0.54 |
| Hex | 69 | 43 | CF | 31 | 44 | 0 | 13 | 100 | 3B | 36 |
| Octal | 151 | 103 | 317 | 61 | 104 | 0 | 23 | 400 | 73 | 66 |
| Binary | 1101001 | 1000011 | 11001111 | 110001 | 1000100 | 0 | 10011 | 100000000 | 111011 | 110110 |
Color Harmonies of #6943CF
Complementary color
Monochromatic Colors of #6943CF
Black with #6943CF
Text Example
Text Example
White with #6943CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6943CF; }
p { color: rgb(105,67,207); }
H1.HeaderClassName
{
color: #6943CF;
}
.AnyTagClassName
{
color: #6943CF;
}
</style>
background-color css
<style>
a { background-color: #6943CF; }
a { background-color: rgb(105,67,207); }
div.DivClassName
{
background-color: #6943CF;
}
.BgClassName
{
background-color: #6943CF;
}
</style>
border-color css
<style>
span { border-color: #6943CF; }
span { border-color: rgb(105,67,207); }
td.TdClassName
{
border-color: #6943CF;
}
.TagClassName
{
border-color: #6943CF;
}
</style>