Shades of Slate Blue #6F60CE
Tints of Slate Blue #6F60CE
RGB
CMYK
RGB Variations
Color information
#6F60CE (or 0x6F60CE) is known color: Slate Blue. HEX triplet: 6F, 60 and CE. RGB value is (111,96,206). Sum of RGB (Red+Green+Blue) = 111+96+206=413 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.88% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60CE is #909F31. Grayscale: #707070. Windows color (decimal): -9477938 or 13525103. OLE color: 13525103.
HSL color Cylindrical-coordinate representation of color #6F60CE: hue angle of 248.18º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F60CE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 96 | 206 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.19 |
| HSL | 248.18º | 0.53% | 0.59% | - |
| HSV(B) | 248.18º | 0.53% | 0.81% | - |
| XYZ | 21.88 | 16.2 | 60.37 | - |
| YUV | 113.03 | 180.47 | 126.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 206 | 0.46 | 0.53 | 0 | 0.19 | 248.18 | 0.53 | 0.59 |
| Hex | 6F | 60 | CE | 2E | 35 | 0 | 13 | F8 | 35 | 3B |
| Octal | 157 | 140 | 316 | 56 | 65 | 0 | 23 | 370 | 65 | 73 |
| Binary | 1101111 | 1100000 | 11001110 | 101110 | 110101 | 0 | 10011 | 11111000 | 110101 | 111011 |
Color Harmonies of #6F60CE
Complementary color
Monochromatic Colors of #6F60CE
Black with #6F60CE
Text Example
Text Example
White with #6F60CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60CE; }
p { color: rgb(111,96,206); }
H1.HeaderClassName
{
color: #6F60CE;
}
.AnyTagClassName
{
color: #6F60CE;
}
</style>
background-color css
<style>
a { background-color: #6F60CE; }
a { background-color: rgb(111,96,206); }
div.DivClassName
{
background-color: #6F60CE;
}
.BgClassName
{
background-color: #6F60CE;
}
</style>
border-color css
<style>
span { border-color: #6F60CE; }
span { border-color: rgb(111,96,206); }
td.TdClassName
{
border-color: #6F60CE;
}
.TagClassName
{
border-color: #6F60CE;
}
</style>