Shades of Slate Blue #6865C8
Tints of Slate Blue #6865C8
RGB
CMYK
RGB Variations
Color information
#6865C8 (or 0x6865C8) is known color: Slate Blue. HEX triplet: 68, 65 and C8. RGB value is (104,101,200). Sum of RGB (Red+Green+Blue) = 104+101+200=405 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.68% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 200 (78.52% from 255 or 49.38% from 405); Max value from RGB is 200 - color contains mainly: blue. Hex color #6865C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865C8 is #979A37. Grayscale: #707070. Windows color (decimal): -9935416 or 13133160. OLE color: 13133160.
HSL color Cylindrical-coordinate representation of color #6865C8: hue angle of 241.82º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6865C8 is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 104 | 101 | 200 | - |
| CMYK | 0.48 | 0.49 | 0 | 0.22 |
| HSL | 241.82º | 0.47% | 0.59% | - |
| HSV(B) | 241.82º | 0.5% | 0.78% | - |
| XYZ | 20.79 | 16.42 | 56.72 | - |
| YUV | 113.18 | 176.99 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 200 | 0.48 | 0.49 | 0 | 0.22 | 241.82 | 0.47 | 0.59 |
| Hex | 68 | 65 | C8 | 30 | 31 | 0 | 16 | F2 | 2F | 3B |
| Octal | 150 | 145 | 310 | 60 | 61 | 0 | 26 | 362 | 57 | 73 |
| Binary | 1101000 | 1100101 | 11001000 | 110000 | 110001 | 0 | 10110 | 11110010 | 101111 | 111011 |
Color Harmonies of #6865C8
Complementary color
Monochromatic Colors of #6865C8
Black with #6865C8
Text Example
Text Example
White with #6865C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865C8; }
p { color: rgb(104,101,200); }
H1.HeaderClassName
{
color: #6865C8;
}
.AnyTagClassName
{
color: #6865C8;
}
</style>
background-color css
<style>
a { background-color: #6865C8; }
a { background-color: rgb(104,101,200); }
div.DivClassName
{
background-color: #6865C8;
}
.BgClassName
{
background-color: #6865C8;
}
</style>
border-color css
<style>
span { border-color: #6865C8; }
span { border-color: rgb(104,101,200); }
td.TdClassName
{
border-color: #6865C8;
}
.TagClassName
{
border-color: #6865C8;
}
</style>