Shades of Slate Blue #6F67CB
Tints of Slate Blue #6F67CB
RGB
CMYK
RGB Variations
Color information
#6F67CB (or 0x6F67CB) is known color: Slate Blue. HEX triplet: 6F, 67 and CB. RGB value is (111,103,203). Sum of RGB (Red+Green+Blue) = 111+103+203=417 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.62% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F67CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F67CB is #909834. Grayscale: #747474. Windows color (decimal): -9476149 or 13330287. OLE color: 13330287.
HSL color Cylindrical-coordinate representation of color #6F67CB: hue angle of 244.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F67CB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 103 | 203 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.20 |
| HSL | 244.8º | 0.49% | 0.6% | - |
| HSV(B) | 244.8º | 0.49% | 0.8% | - |
| XYZ | 22.19 | 17.39 | 58.69 | - |
| YUV | 116.79 | 176.65 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 203 | 0.45 | 0.49 | 0 | 0.20 | 244.8 | 0.49 | 0.6 |
| Hex | 6F | 67 | CB | 2D | 31 | 0 | 14 | F5 | 31 | 3C |
| Octal | 157 | 147 | 313 | 55 | 61 | 0 | 24 | 365 | 61 | 74 |
| Binary | 1101111 | 1100111 | 11001011 | 101101 | 110001 | 0 | 10100 | 11110101 | 110001 | 111100 |
Color Harmonies of #6F67CB
Complementary color
Monochromatic Colors of #6F67CB
Black with #6F67CB
Text Example
Text Example
White with #6F67CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F67CB; }
p { color: rgb(111,103,203); }
H1.HeaderClassName
{
color: #6F67CB;
}
.AnyTagClassName
{
color: #6F67CB;
}
</style>
background-color css
<style>
a { background-color: #6F67CB; }
a { background-color: rgb(111,103,203); }
div.DivClassName
{
background-color: #6F67CB;
}
.BgClassName
{
background-color: #6F67CB;
}
</style>
border-color css
<style>
span { border-color: #6F67CB; }
span { border-color: rgb(111,103,203); }
td.TdClassName
{
border-color: #6F67CB;
}
.TagClassName
{
border-color: #6F67CB;
}
</style>