Shades of Slate Blue #6F62CB
Tints of Slate Blue #6F62CB
RGB
CMYK
RGB Variations
Color information
#6F62CB (or 0x6F62CB) is known color: Slate Blue. HEX triplet: 6F, 62 and CB. RGB value is (111,98,203). Sum of RGB (Red+Green+Blue) = 111+98+203=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62CB is #909D34. Grayscale: #717171. Windows color (decimal): -9477429 or 13329007. OLE color: 13329007.
HSL color Cylindrical-coordinate representation of color #6F62CB: hue angle of 247.43º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F62CB is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 111 | 98 | 203 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.20 |
| HSL | 247.43º | 0.5% | 0.59% | - |
| HSV(B) | 247.43º | 0.52% | 0.8% | - |
| XYZ | 21.7 | 16.43 | 58.53 | - |
| YUV | 113.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 203 | 0.45 | 0.52 | 0 | 0.20 | 247.43 | 0.5 | 0.59 |
| Hex | 6F | 62 | CB | 2D | 34 | 0 | 14 | F7 | 32 | 3B |
| Octal | 157 | 142 | 313 | 55 | 64 | 0 | 24 | 367 | 62 | 73 |
| Binary | 1101111 | 1100010 | 11001011 | 101101 | 110100 | 0 | 10100 | 11110111 | 110010 | 111011 |
Color Harmonies of #6F62CB
Complementary color
Monochromatic Colors of #6F62CB
Black with #6F62CB
Text Example
Text Example
White with #6F62CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F62CB; }
p { color: rgb(111,98,203); }
H1.HeaderClassName
{
color: #6F62CB;
}
.AnyTagClassName
{
color: #6F62CB;
}
</style>
background-color css
<style>
a { background-color: #6F62CB; }
a { background-color: rgb(111,98,203); }
div.DivClassName
{
background-color: #6F62CB;
}
.BgClassName
{
background-color: #6F62CB;
}
</style>
border-color css
<style>
span { border-color: #6F62CB; }
span { border-color: rgb(111,98,203); }
td.TdClassName
{
border-color: #6F62CB;
}
.TagClassName
{
border-color: #6F62CB;
}
</style>