Shades of Slate Blue #6955C4
Tints of Slate Blue #6955C4
RGB
CMYK
RGB Variations
Color information
#6955C4 (or 0x6955C4) is known color: Slate Blue. HEX triplet: 69, 55 and C4. RGB value is (105,85,196). Sum of RGB (Red+Green+Blue) = 105+85+196=386 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.20% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 196 (76.95% from 255 or 50.78% from 386); Max value from RGB is 196 - color contains mainly: blue. Hex color #6955C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955C4 is #96AA3B. Grayscale: #676767. Windows color (decimal): -9873980 or 12866921. OLE color: 12866921.
HSL color Cylindrical-coordinate representation of color #6955C4: hue angle of 250.81º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6955C4 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 85 | 196 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.23 |
| HSL | 250.81º | 0.48% | 0.55% | - |
| HSV(B) | 250.81º | 0.57% | 0.77% | - |
| XYZ | 19.04 | 13.49 | 53.82 | - |
| YUV | 103.63 | 180.13 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 85 | 196 | 0.46 | 0.57 | 0 | 0.23 | 250.81 | 0.48 | 0.55 |
| Hex | 69 | 55 | C4 | 2E | 39 | 0 | 17 | FB | 30 | 37 |
| Octal | 151 | 125 | 304 | 56 | 71 | 0 | 27 | 373 | 60 | 67 |
| Binary | 1101001 | 1010101 | 11000100 | 101110 | 111001 | 0 | 10111 | 11111011 | 110000 | 110111 |
Color Harmonies of #6955C4
Complementary color
Monochromatic Colors of #6955C4
Black with #6955C4
Text Example
Text Example
White with #6955C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6955C4; }
p { color: rgb(105,85,196); }
H1.HeaderClassName
{
color: #6955C4;
}
.AnyTagClassName
{
color: #6955C4;
}
</style>
background-color css
<style>
a { background-color: #6955C4; }
a { background-color: rgb(105,85,196); }
div.DivClassName
{
background-color: #6955C4;
}
.BgClassName
{
background-color: #6955C4;
}
</style>
border-color css
<style>
span { border-color: #6955C4; }
span { border-color: rgb(105,85,196); }
td.TdClassName
{
border-color: #6955C4;
}
.TagClassName
{
border-color: #6955C4;
}
</style>