Shades of Slate Blue #6967C4
Tints of Slate Blue #6967C4
RGB
CMYK
RGB Variations
Color information
#6967C4 (or 0x6967C4) is known color: Slate Blue. HEX triplet: 69, 67 and C4. RGB value is (105,103,196). Sum of RGB (Red+Green+Blue) = 105+103+196=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 103 (40.62% from 255 or 25.50% from 404); Blue value is 196 (76.95% from 255 or 48.51% from 404); Max value from RGB is 196 - color contains mainly: blue. Hex color #6967C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967C4 is #96983B. Grayscale: #717171. Windows color (decimal): -9869372 or 12871529. OLE color: 12871529.
HSL color Cylindrical-coordinate representation of color #6967C4: hue angle of 241.29º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6967C4 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 103 | 196 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.23 |
| HSL | 241.29º | 0.44% | 0.59% | - |
| HSV(B) | 241.29º | 0.47% | 0.77% | - |
| XYZ | 20.64 | 16.69 | 54.36 | - |
| YUV | 114.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 196 | 0.46 | 0.47 | 0 | 0.23 | 241.29 | 0.44 | 0.59 |
| Hex | 69 | 67 | C4 | 2E | 2F | 0 | 17 | F1 | 2C | 3B |
| Octal | 151 | 147 | 304 | 56 | 57 | 0 | 27 | 361 | 54 | 73 |
| Binary | 1101001 | 1100111 | 11000100 | 101110 | 101111 | 0 | 10111 | 11110001 | 101100 | 111011 |
Color Harmonies of #6967C4
Complementary color
Monochromatic Colors of #6967C4
Black with #6967C4
Text Example
Text Example
White with #6967C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967C4; }
p { color: rgb(105,103,196); }
H1.HeaderClassName
{
color: #6967C4;
}
.AnyTagClassName
{
color: #6967C4;
}
</style>
background-color css
<style>
a { background-color: #6967C4; }
a { background-color: rgb(105,103,196); }
div.DivClassName
{
background-color: #6967C4;
}
.BgClassName
{
background-color: #6967C4;
}
</style>
border-color css
<style>
span { border-color: #6967C4; }
span { border-color: rgb(105,103,196); }
td.TdClassName
{
border-color: #6967C4;
}
.TagClassName
{
border-color: #6967C4;
}
</style>