Shades of Slate Blue #6F70CF
Tints of Slate Blue #6F70CF
RGB
CMYK
RGB Variations
Color information
#6F70CF (or 0x6F70CF) is known color: Slate Blue. HEX triplet: 6F, 70 and CF. RGB value is (111,112,207). Sum of RGB (Red+Green+Blue) = 111+112+207=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F70CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70CF is #908F30. Grayscale: #7A7A7A. Windows color (decimal): -9473841 or 13594735. OLE color: 13594735.
HSL color Cylindrical-coordinate representation of color #6F70CF: hue angle of 239.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F70CF is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 112 | 207 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.19 |
| HSL | 239.38º | 0.5% | 0.62% | - |
| HSV(B) | 239.38º | 0.46% | 0.81% | - |
| XYZ | 23.61 | 19.47 | 61.55 | - |
| YUV | 122.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 207 | 0.46 | 0.46 | 0 | 0.19 | 239.38 | 0.5 | 0.62 |
| Hex | 6F | 70 | CF | 2E | 2E | 0 | 13 | EF | 32 | 3E |
| Octal | 157 | 160 | 317 | 56 | 56 | 0 | 23 | 357 | 62 | 76 |
| Binary | 1101111 | 1110000 | 11001111 | 101110 | 101110 | 0 | 10011 | 11101111 | 110010 | 111110 |
Color Harmonies of #6F70CF
Complementary color
Monochromatic Colors of #6F70CF
Black with #6F70CF
Text Example
Text Example
White with #6F70CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F70CF; }
p { color: rgb(111,112,207); }
H1.HeaderClassName
{
color: #6F70CF;
}
.AnyTagClassName
{
color: #6F70CF;
}
</style>
background-color css
<style>
a { background-color: #6F70CF; }
a { background-color: rgb(111,112,207); }
div.DivClassName
{
background-color: #6F70CF;
}
.BgClassName
{
background-color: #6F70CF;
}
</style>
border-color css
<style>
span { border-color: #6F70CF; }
span { border-color: rgb(111,112,207); }
td.TdClassName
{
border-color: #6F70CF;
}
.TagClassName
{
border-color: #6F70CF;
}
</style>