Shades of Slate Blue #6963C8
Tints of Slate Blue #6963C8
RGB
CMYK
RGB Variations
Color information
#6963C8 (or 0x6963C8) is known color: Slate Blue. HEX triplet: 69, 63 and C8. RGB value is (105,99,200). Sum of RGB (Red+Green+Blue) = 105+99+200=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 99 (39.06% from 255 or 24.50% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #6963C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963C8 is #969C37. Grayscale: #6F6F6F. Windows color (decimal): -9870392 or 13132649. OLE color: 13132649.
HSL color Cylindrical-coordinate representation of color #6963C8: hue angle of 243.56º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6963C8 is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 99 | 200 | - |
| CMYK | 0.48 | 0.50 | 0 | 0.22 |
| HSL | 243.56º | 0.48% | 0.59% | - |
| HSV(B) | 243.56º | 0.51% | 0.78% | - |
| XYZ | 20.71 | 16.1 | 56.66 | - |
| YUV | 112.31 | 177.49 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 99 | 200 | 0.48 | 0.50 | 0 | 0.22 | 243.56 | 0.48 | 0.59 |
| Hex | 69 | 63 | C8 | 30 | 32 | 0 | 16 | F4 | 30 | 3B |
| Octal | 151 | 143 | 310 | 60 | 62 | 0 | 26 | 364 | 60 | 73 |
| Binary | 1101001 | 1100011 | 11001000 | 110000 | 110010 | 0 | 10110 | 11110100 | 110000 | 111011 |
Color Harmonies of #6963C8
Complementary color
Monochromatic Colors of #6963C8
Black with #6963C8
Text Example
Text Example
White with #6963C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6963C8; }
p { color: rgb(105,99,200); }
H1.HeaderClassName
{
color: #6963C8;
}
.AnyTagClassName
{
color: #6963C8;
}
</style>
background-color css
<style>
a { background-color: #6963C8; }
a { background-color: rgb(105,99,200); }
div.DivClassName
{
background-color: #6963C8;
}
.BgClassName
{
background-color: #6963C8;
}
</style>
border-color css
<style>
span { border-color: #6963C8; }
span { border-color: rgb(105,99,200); }
td.TdClassName
{
border-color: #6963C8;
}
.TagClassName
{
border-color: #6963C8;
}
</style>