Shades of Slate Blue #6F68CB
Tints of Slate Blue #6F68CB
RGB
CMYK
RGB Variations
Color information
#6F68CB (or 0x6F68CB) is known color: Slate Blue. HEX triplet: 6F, 68 and CB. RGB value is (111,104,203). Sum of RGB (Red+Green+Blue) = 111+104+203=418 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.56% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F68CB is #909734. Grayscale: #747474. Windows color (decimal): -9475893 or 13330543. OLE color: 13330543.
HSL color Cylindrical-coordinate representation of color #6F68CB: hue angle of 244.24º 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 #6F68CB is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 104 | 203 | - |
| CMYK | 0.45 | 0.49 | 0 | 0.20 |
| HSL | 244.24º | 0.49% | 0.6% | - |
| HSV(B) | 244.24º | 0.49% | 0.8% | - |
| XYZ | 22.29 | 17.59 | 58.72 | - |
| YUV | 117.38 | 176.32 | 123.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 203 | 0.45 | 0.49 | 0 | 0.20 | 244.24 | 0.49 | 0.6 |
| Hex | 6F | 68 | CB | 2D | 31 | 0 | 14 | F4 | 31 | 3C |
| Octal | 157 | 150 | 313 | 55 | 61 | 0 | 24 | 364 | 61 | 74 |
| Binary | 1101111 | 1101000 | 11001011 | 101101 | 110001 | 0 | 10100 | 11110100 | 110001 | 111100 |
Color Harmonies of #6F68CB
Complementary color
Monochromatic Colors of #6F68CB
Black with #6F68CB
Text Example
Text Example
White with #6F68CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F68CB; }
p { color: rgb(111,104,203); }
H1.HeaderClassName
{
color: #6F68CB;
}
.AnyTagClassName
{
color: #6F68CB;
}
</style>
background-color css
<style>
a { background-color: #6F68CB; }
a { background-color: rgb(111,104,203); }
div.DivClassName
{
background-color: #6F68CB;
}
.BgClassName
{
background-color: #6F68CB;
}
</style>
border-color css
<style>
span { border-color: #6F68CB; }
span { border-color: rgb(111,104,203); }
td.TdClassName
{
border-color: #6F68CB;
}
.TagClassName
{
border-color: #6F68CB;
}
</style>