Shades of Slate Blue #6C65DF
Tints of Slate Blue #6C65DF
RGB
CMYK
RGB Variations
Color information
#6C65DF (or 0x6C65DF) is known color: Slate Blue. HEX triplet: 6C, 65 and DF. RGB value is (108,101,223). Sum of RGB (Red+Green+Blue) = 108+101+223=432 (57% of max value = 765). Red value is 108 (42.58% from 255 or 25% from 432); Green value is 101 (39.84% from 255 or 23.38% from 432); Blue value is 223 (87.5% from 255 or 51.62% from 432); Max value from RGB is 223 - color contains mainly: blue. Hex color #6C65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C65DF is #939A20. Grayscale: #747474. Windows color (decimal): -9673249 or 14640492. OLE color: 14640492.
HSL color Cylindrical-coordinate representation of color #6C65DF: hue angle of 243.44º 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 #6C65DF is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 101 | 223 | - |
| CMYK | 0.52 | 0.55 | 0 | 0.13 |
| HSL | 243.44º | 0.66% | 0.64% | - |
| HSV(B) | 243.44º | 0.55% | 0.87% | - |
| XYZ | 24.16 | 17.82 | 71.98 | - |
| YUV | 117 | 187.82 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 101 | 223 | 0.52 | 0.55 | 0 | 0.13 | 243.44 | 0.66 | 0.64 |
| Hex | 6C | 65 | DF | 34 | 37 | 0 | D | F3 | 42 | 40 |
| Octal | 154 | 145 | 337 | 64 | 67 | 0 | 15 | 363 | 102 | 100 |
| Binary | 1101100 | 1100101 | 11011111 | 110100 | 110111 | 0 | 1101 | 11110011 | 1000010 | 1000000 |
Color Harmonies of #6C65DF
Complementary color
Monochromatic Colors of #6C65DF
Black with #6C65DF
Text Example
Text Example
White with #6C65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C65DF; }
p { color: rgb(108,101,223); }
H1.HeaderClassName
{
color: #6C65DF;
}
.AnyTagClassName
{
color: #6C65DF;
}
</style>
background-color css
<style>
a { background-color: #6C65DF; }
a { background-color: rgb(108,101,223); }
div.DivClassName
{
background-color: #6C65DF;
}
.BgClassName
{
background-color: #6C65DF;
}
</style>
border-color css
<style>
span { border-color: #6C65DF; }
span { border-color: rgb(108,101,223); }
td.TdClassName
{
border-color: #6C65DF;
}
.TagClassName
{
border-color: #6C65DF;
}
</style>