Shades of Slate Blue #6865DF
Tints of Slate Blue #6865DF
RGB
CMYK
RGB Variations
Color information
#6865DF (or 0x6865DF) is known color: Slate Blue. HEX triplet: 68, 65 and DF. RGB value is (104,101,223). Sum of RGB (Red+Green+Blue) = 104+101+223=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #6865DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865DF is #979A20. Grayscale: #737373. Windows color (decimal): -9935393 or 14640488. OLE color: 14640488.
HSL color Cylindrical-coordinate representation of color #6865DF: hue angle of 241.48º 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 #6865DF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 104 | 101 | 223 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.13 |
| HSL | 241.48º | 0.66% | 0.64% | - |
| HSV(B) | 241.48º | 0.55% | 0.87% | - |
| XYZ | 23.68 | 17.58 | 71.96 | - |
| YUV | 115.81 | 188.49 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 223 | 0.53 | 0.55 | 0 | 0.13 | 241.48 | 0.66 | 0.64 |
| Hex | 68 | 65 | DF | 35 | 37 | 0 | D | F1 | 42 | 40 |
| Octal | 150 | 145 | 337 | 65 | 67 | 0 | 15 | 361 | 102 | 100 |
| Binary | 1101000 | 1100101 | 11011111 | 110101 | 110111 | 0 | 1101 | 11110001 | 1000010 | 1000000 |
Color Harmonies of #6865DF
Complementary color
Monochromatic Colors of #6865DF
Black with #6865DF
Text Example
Text Example
White with #6865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865DF; }
p { color: rgb(104,101,223); }
H1.HeaderClassName
{
color: #6865DF;
}
.AnyTagClassName
{
color: #6865DF;
}
</style>
background-color css
<style>
a { background-color: #6865DF; }
a { background-color: rgb(104,101,223); }
div.DivClassName
{
background-color: #6865DF;
}
.BgClassName
{
background-color: #6865DF;
}
</style>
border-color css
<style>
span { border-color: #6865DF; }
span { border-color: rgb(104,101,223); }
td.TdClassName
{
border-color: #6865DF;
}
.TagClassName
{
border-color: #6865DF;
}
</style>