Shades of Slate Blue #6F60CB
Tints of Slate Blue #6F60CB
RGB
CMYK
RGB Variations
Color information
#6F60CB (or 0x6F60CB) is known color: Slate Blue. HEX triplet: 6F, 60 and CB. RGB value is (111,96,203). Sum of RGB (Red+Green+Blue) = 111+96+203=410 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.07% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F60CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F60CB is #909F34. Grayscale: #707070. Windows color (decimal): -9477941 or 13328495. OLE color: 13328495.
HSL color Cylindrical-coordinate representation of color #6F60CB: hue angle of 248.41º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F60CB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 96 | 203 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.20 |
| HSL | 248.41º | 0.51% | 0.59% | - |
| HSV(B) | 248.41º | 0.53% | 0.8% | - |
| XYZ | 21.52 | 16.06 | 58.47 | - |
| YUV | 112.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 203 | 0.45 | 0.53 | 0 | 0.20 | 248.41 | 0.51 | 0.59 |
| Hex | 6F | 60 | CB | 2D | 35 | 0 | 14 | F8 | 33 | 3B |
| Octal | 157 | 140 | 313 | 55 | 65 | 0 | 24 | 370 | 63 | 73 |
| Binary | 1101111 | 1100000 | 11001011 | 101101 | 110101 | 0 | 10100 | 11111000 | 110011 | 111011 |
Color Harmonies of #6F60CB
Complementary color
Monochromatic Colors of #6F60CB
Black with #6F60CB
Text Example
Text Example
White with #6F60CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F60CB; }
p { color: rgb(111,96,203); }
H1.HeaderClassName
{
color: #6F60CB;
}
.AnyTagClassName
{
color: #6F60CB;
}
</style>
background-color css
<style>
a { background-color: #6F60CB; }
a { background-color: rgb(111,96,203); }
div.DivClassName
{
background-color: #6F60CB;
}
.BgClassName
{
background-color: #6F60CB;
}
</style>
border-color css
<style>
span { border-color: #6F60CB; }
span { border-color: rgb(111,96,203); }
td.TdClassName
{
border-color: #6F60CB;
}
.TagClassName
{
border-color: #6F60CB;
}
</style>