Shades of Slate Blue #6967CC
Tints of Slate Blue #6967CC
RGB
CMYK
RGB Variations
Color information
#6967CC (or 0x6967CC) is known color: Slate Blue. HEX triplet: 69, 67 and CC. RGB value is (105,103,204). Sum of RGB (Red+Green+Blue) = 105+103+204=412 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.49% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #6967CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6967CC is #969833. Grayscale: #727272. Windows color (decimal): -9869364 or 13395817. OLE color: 13395817.
HSL color Cylindrical-coordinate representation of color #6967CC: hue angle of 241.19º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6967CC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 103 | 204 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.2 |
| HSL | 241.19º | 0.5% | 0.6% | - |
| HSV(B) | 241.19º | 0.5% | 0.8% | - |
| XYZ | 21.58 | 17.06 | 59.28 | - |
| YUV | 115.11 | 178.16 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 103 | 204 | 0.49 | 0.50 | 0 | 0.2 | 241.19 | 0.5 | 0.6 |
| Hex | 69 | 67 | CC | 31 | 32 | 0 | 14 | F1 | 32 | 3C |
| Octal | 151 | 147 | 314 | 61 | 62 | 0 | 24 | 361 | 62 | 74 |
| Binary | 1101001 | 1100111 | 11001100 | 110001 | 110010 | 0 | 10100 | 11110001 | 110010 | 111100 |
Color Harmonies of #6967CC
Complementary color
Monochromatic Colors of #6967CC
Black with #6967CC
Text Example
Text Example
White with #6967CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6967CC; }
p { color: rgb(105,103,204); }
H1.HeaderClassName
{
color: #6967CC;
}
.AnyTagClassName
{
color: #6967CC;
}
</style>
background-color css
<style>
a { background-color: #6967CC; }
a { background-color: rgb(105,103,204); }
div.DivClassName
{
background-color: #6967CC;
}
.BgClassName
{
background-color: #6967CC;
}
</style>
border-color css
<style>
span { border-color: #6967CC; }
span { border-color: rgb(105,103,204); }
td.TdClassName
{
border-color: #6967CC;
}
.TagClassName
{
border-color: #6967CC;
}
</style>