Shades of Slate Blue #6B65DF
Tints of Slate Blue #6B65DF
RGB
CMYK
RGB Variations
Color information
#6B65DF (or 0x6B65DF) is known color: Slate Blue. HEX triplet: 6B, 65 and DF. RGB value is (107,101,223). Sum of RGB (Red+Green+Blue) = 107+101+223=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #6B65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B65DF is #949A20. Grayscale: #747474. Windows color (decimal): -9738785 or 14640491. OLE color: 14640491.
HSL color Cylindrical-coordinate representation of color #6B65DF: hue angle of 242.95º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B65DF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 101 | 223 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.13 |
| HSL | 242.95º | 0.66% | 0.64% | - |
| HSV(B) | 242.95º | 0.55% | 0.87% | - |
| XYZ | 24.04 | 17.76 | 71.97 | - |
| YUV | 116.7 | 187.99 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 223 | 0.52 | 0.55 | 0 | 0.13 | 242.95 | 0.66 | 0.64 |
| Hex | 6B | 65 | DF | 34 | 37 | 0 | D | F3 | 42 | 40 |
| Octal | 153 | 145 | 337 | 64 | 67 | 0 | 15 | 363 | 102 | 100 |
| Binary | 1101011 | 1100101 | 11011111 | 110100 | 110111 | 0 | 1101 | 11110011 | 1000010 | 1000000 |
Color Harmonies of #6B65DF
Complementary color
Monochromatic Colors of #6B65DF
Black with #6B65DF
Text Example
Text Example
White with #6B65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B65DF; }
p { color: rgb(107,101,223); }
H1.HeaderClassName
{
color: #6B65DF;
}
.AnyTagClassName
{
color: #6B65DF;
}
</style>
background-color css
<style>
a { background-color: #6B65DF; }
a { background-color: rgb(107,101,223); }
div.DivClassName
{
background-color: #6B65DF;
}
.BgClassName
{
background-color: #6B65DF;
}
</style>
border-color css
<style>
span { border-color: #6B65DF; }
span { border-color: rgb(107,101,223); }
td.TdClassName
{
border-color: #6B65DF;
}
.TagClassName
{
border-color: #6B65DF;
}
</style>