Shades of Slate Blue #6F6CCC
Tints of Slate Blue #6F6CCC
RGB
CMYK
RGB Variations
Color information
#6F6CCC (or 0x6F6CCC) is known color: Slate Blue. HEX triplet: 6F, 6C and CC. RGB value is (111,108,204). Sum of RGB (Red+Green+Blue) = 111+108+204=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F6CCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F6CCC is #909333. Grayscale: #777777. Windows color (decimal): -9474868 or 13397103. OLE color: 13397103.
HSL color Cylindrical-coordinate representation of color #6F6CCC: hue angle of 241.88º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F6CCC is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 108 | 204 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.2 |
| HSL | 241.88º | 0.48% | 0.61% | - |
| HSV(B) | 241.88º | 0.47% | 0.8% | - |
| XYZ | 22.82 | 18.46 | 59.49 | - |
| YUV | 119.84 | 175.49 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 204 | 0.46 | 0.47 | 0 | 0.2 | 241.88 | 0.48 | 0.61 |
| Hex | 6F | 6C | CC | 2E | 2F | 0 | 14 | F2 | 30 | 3D |
| Octal | 157 | 154 | 314 | 56 | 57 | 0 | 24 | 362 | 60 | 75 |
| Binary | 1101111 | 1101100 | 11001100 | 101110 | 101111 | 0 | 10100 | 11110010 | 110000 | 111101 |
Color Harmonies of #6F6CCC
Complementary color
Monochromatic Colors of #6F6CCC
Black with #6F6CCC
Text Example
Text Example
White with #6F6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6CCC; }
p { color: rgb(111,108,204); }
H1.HeaderClassName
{
color: #6F6CCC;
}
.AnyTagClassName
{
color: #6F6CCC;
}
</style>
background-color css
<style>
a { background-color: #6F6CCC; }
a { background-color: rgb(111,108,204); }
div.DivClassName
{
background-color: #6F6CCC;
}
.BgClassName
{
background-color: #6F6CCC;
}
</style>
border-color css
<style>
span { border-color: #6F6CCC; }
span { border-color: rgb(111,108,204); }
td.TdClassName
{
border-color: #6F6CCC;
}
.TagClassName
{
border-color: #6F6CCC;
}
</style>