Shades of Slate Blue #6963D3
Tints of Slate Blue #6963D3
RGB
CMYK
RGB Variations
Color information
#6963D3 (or 0x6963D3) is known color: Slate Blue. HEX triplet: 69, 63 and D3. RGB value is (105,99,211). Sum of RGB (Red+Green+Blue) = 105+99+211=415 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.30% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 211 (82.81% from 255 or 50.84% from 415); Max value from RGB is 211 - color contains mainly: blue. Hex color #6963D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963D3 is #969C2C. Grayscale: #717171. Windows color (decimal): -9870381 or 13853545. OLE color: 13853545.
HSL color Cylindrical-coordinate representation of color #6963D3: hue angle of 243.21º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6963D3 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 105 | 99 | 211 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.17 |
| HSL | 243.21º | 0.56% | 0.61% | - |
| HSV(B) | 243.21º | 0.53% | 0.83% | - |
| XYZ | 22.05 | 16.63 | 63.68 | - |
| YUV | 113.56 | 182.99 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 211 | 0.50 | 0.53 | 0 | 0.17 | 243.21 | 0.56 | 0.61 |
| Hex | 69 | 63 | D3 | 32 | 35 | 0 | 11 | F3 | 38 | 3D |
| Octal | 151 | 143 | 323 | 62 | 65 | 0 | 21 | 363 | 70 | 75 |
| Binary | 1101001 | 1100011 | 11010011 | 110010 | 110101 | 0 | 10001 | 11110011 | 111000 | 111101 |
Color Harmonies of #6963D3
Complementary color
Monochromatic Colors of #6963D3
Black with #6963D3
Text Example
Text Example
White with #6963D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963D3; }
p { color: rgb(105,99,211); }
H1.HeaderClassName
{
color: #6963D3;
}
.AnyTagClassName
{
color: #6963D3;
}
</style>
background-color css
<style>
a { background-color: #6963D3; }
a { background-color: rgb(105,99,211); }
div.DivClassName
{
background-color: #6963D3;
}
.BgClassName
{
background-color: #6963D3;
}
</style>
border-color css
<style>
span { border-color: #6963D3; }
span { border-color: rgb(105,99,211); }
td.TdClassName
{
border-color: #6963D3;
}
.TagClassName
{
border-color: #6963D3;
}
</style>