Shades of Slate Blue #6F6BC3
Tints of Slate Blue #6F6BC3
RGB
CMYK
RGB Variations
Color information
#6F6BC3 (or 0x6F6BC3) is known color: Slate Blue. HEX triplet: 6F, 6B and C3. RGB value is (111,107,195). Sum of RGB (Red+Green+Blue) = 111+107+195=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #6F6BC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6BC3 is #90943C. Grayscale: #757575. Windows color (decimal): -9475133 or 12807023. OLE color: 12807023.
HSL color Cylindrical-coordinate representation of color #6F6BC3: hue angle of 242.73º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F6BC3 is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 107 | 195 | - |
| CMYK | 0.43 | 0.45 | 0 | 0.24 |
| HSL | 242.73º | 0.42% | 0.59% | - |
| HSV(B) | 242.73º | 0.45% | 0.76% | - |
| XYZ | 21.66 | 17.84 | 53.93 | - |
| YUV | 118.23 | 171.33 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 107 | 195 | 0.43 | 0.45 | 0 | 0.24 | 242.73 | 0.42 | 0.59 |
| Hex | 6F | 6B | C3 | 2B | 2D | 0 | 18 | F3 | 2A | 3B |
| Octal | 157 | 153 | 303 | 53 | 55 | 0 | 30 | 363 | 52 | 73 |
| Binary | 1101111 | 1101011 | 11000011 | 101011 | 101101 | 0 | 11000 | 11110011 | 101010 | 111011 |
Color Harmonies of #6F6BC3
Complementary color
Monochromatic Colors of #6F6BC3
Black with #6F6BC3
Text Example
Text Example
White with #6F6BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6BC3; }
p { color: rgb(111,107,195); }
H1.HeaderClassName
{
color: #6F6BC3;
}
.AnyTagClassName
{
color: #6F6BC3;
}
</style>
background-color css
<style>
a { background-color: #6F6BC3; }
a { background-color: rgb(111,107,195); }
div.DivClassName
{
background-color: #6F6BC3;
}
.BgClassName
{
background-color: #6F6BC3;
}
</style>
border-color css
<style>
span { border-color: #6F6BC3; }
span { border-color: rgb(111,107,195); }
td.TdClassName
{
border-color: #6F6BC3;
}
.TagClassName
{
border-color: #6F6BC3;
}
</style>