Shades of Slate Blue #6165CF
Tints of Slate Blue #6165CF
RGB
CMYK
RGB Variations
Color information
#6165CF (or 0x6165CF) is known color: Slate Blue. HEX triplet: 61, 65 and CF. RGB value is (97,101,207). Sum of RGB (Red+Green+Blue) = 97+101+207=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #6165CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165CF is #9E9A30. Grayscale: #6F6F6F. Windows color (decimal): -10394161 or 13591905. OLE color: 13591905.
HSL color Cylindrical-coordinate representation of color #6165CF: hue angle of 237.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6165CF is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 101 | 207 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.19 |
| HSL | 237.82º | 0.53% | 0.6% | - |
| HSV(B) | 237.82º | 0.53% | 0.81% | - |
| XYZ | 20.85 | 16.35 | 61.09 | - |
| YUV | 111.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 207 | 0.53 | 0.51 | 0 | 0.19 | 237.82 | 0.53 | 0.6 |
| Hex | 61 | 65 | CF | 35 | 33 | 0 | 13 | EE | 35 | 3C |
| Octal | 141 | 145 | 317 | 65 | 63 | 0 | 23 | 356 | 65 | 74 |
| Binary | 1100001 | 1100101 | 11001111 | 110101 | 110011 | 0 | 10011 | 11101110 | 110101 | 111100 |
Color Harmonies of #6165CF
Complementary color
Monochromatic Colors of #6165CF
Black with #6165CF
Text Example
Text Example
White with #6165CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6165CF; }
p { color: rgb(97,101,207); }
H1.HeaderClassName
{
color: #6165CF;
}
.AnyTagClassName
{
color: #6165CF;
}
</style>
background-color css
<style>
a { background-color: #6165CF; }
a { background-color: rgb(97,101,207); }
div.DivClassName
{
background-color: #6165CF;
}
.BgClassName
{
background-color: #6165CF;
}
</style>
border-color css
<style>
span { border-color: #6165CF; }
span { border-color: rgb(97,101,207); }
td.TdClassName
{
border-color: #6165CF;
}
.TagClassName
{
border-color: #6165CF;
}
</style>