Shades of Slate Blue #6B65D6
Tints of Slate Blue #6B65D6
RGB
CMYK
RGB Variations
Color information
#6B65D6 (or 0x6B65D6) is known color: Slate Blue. HEX triplet: 6B, 65 and D6. RGB value is (107,101,214). Sum of RGB (Red+Green+Blue) = 107+101+214=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 101 (39.84% from 255 or 23.93% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #6B65D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B65D6 is #949A29. Grayscale: #737373. Windows color (decimal): -9738794 or 14050667. OLE color: 14050667.
HSL color Cylindrical-coordinate representation of color #6B65D6: hue angle of 243.19º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6B65D6 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 107 | 101 | 214 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.16 |
| HSL | 243.19º | 0.58% | 0.62% | - |
| HSV(B) | 243.19º | 0.53% | 0.84% | - |
| XYZ | 22.85 | 17.29 | 65.75 | - |
| YUV | 115.68 | 183.49 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 101 | 214 | 0.50 | 0.53 | 0 | 0.16 | 243.19 | 0.58 | 0.62 |
| Hex | 6B | 65 | D6 | 32 | 35 | 0 | 10 | F3 | 3A | 3E |
| Octal | 153 | 145 | 326 | 62 | 65 | 0 | 20 | 363 | 72 | 76 |
| Binary | 1101011 | 1100101 | 11010110 | 110010 | 110101 | 0 | 10000 | 11110011 | 111010 | 111110 |
Color Harmonies of #6B65D6
Complementary color
Monochromatic Colors of #6B65D6
Black with #6B65D6
Text Example
Text Example
White with #6B65D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B65D6; }
p { color: rgb(107,101,214); }
H1.HeaderClassName
{
color: #6B65D6;
}
.AnyTagClassName
{
color: #6B65D6;
}
</style>
background-color css
<style>
a { background-color: #6B65D6; }
a { background-color: rgb(107,101,214); }
div.DivClassName
{
background-color: #6B65D6;
}
.BgClassName
{
background-color: #6B65D6;
}
</style>
border-color css
<style>
span { border-color: #6B65D6; }
span { border-color: rgb(107,101,214); }
td.TdClassName
{
border-color: #6B65D6;
}
.TagClassName
{
border-color: #6B65D6;
}
</style>