Shades of Slate Blue #6162DF
Tints of Slate Blue #6162DF
RGB
CMYK
RGB Variations
Color information
#6162DF (or 0x6162DF) is known color: Slate Blue. HEX triplet: 61, 62 and DF. RGB value is (97,98,223). Sum of RGB (Red+Green+Blue) = 97+98+223=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 223 (87.5% from 255 or 53.35% from 418); Max value from RGB is 223 - color contains mainly: blue. Hex color #6162DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162DF is #9E9D20. Grayscale: #6F6F6F. Windows color (decimal): -10394913 or 14639713. OLE color: 14639713.
HSL color Cylindrical-coordinate representation of color #6162DF: hue angle of 239.52º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6162DF is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 98 | 223 | - |
| CMYK | 0.57 | 0.56 | 0 | 0.13 |
| HSL | 239.52º | 0.66% | 0.63% | - |
| HSV(B) | 239.52º | 0.57% | 0.87% | - |
| XYZ | 22.62 | 16.6 | 71.82 | - |
| YUV | 111.95 | 190.67 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 223 | 0.57 | 0.56 | 0 | 0.13 | 239.52 | 0.66 | 0.63 |
| Hex | 61 | 62 | DF | 39 | 38 | 0 | D | F0 | 42 | 3F |
| Octal | 141 | 142 | 337 | 71 | 70 | 0 | 15 | 360 | 102 | 77 |
| Binary | 1100001 | 1100010 | 11011111 | 111001 | 111000 | 0 | 1101 | 11110000 | 1000010 | 111111 |
Color Harmonies of #6162DF
Complementary color
Monochromatic Colors of #6162DF
Black with #6162DF
Text Example
Text Example
White with #6162DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6162DF; }
p { color: rgb(97,98,223); }
H1.HeaderClassName
{
color: #6162DF;
}
.AnyTagClassName
{
color: #6162DF;
}
</style>
background-color css
<style>
a { background-color: #6162DF; }
a { background-color: rgb(97,98,223); }
div.DivClassName
{
background-color: #6162DF;
}
.BgClassName
{
background-color: #6162DF;
}
</style>
border-color css
<style>
span { border-color: #6162DF; }
span { border-color: rgb(97,98,223); }
td.TdClassName
{
border-color: #6162DF;
}
.TagClassName
{
border-color: #6162DF;
}
</style>