Shades of Slate Blue #6865CC
Tints of Slate Blue #6865CC
RGB
CMYK
RGB Variations
Color information
#6865CC (or 0x6865CC) is known color: Slate Blue. HEX triplet: 68, 65 and CC. RGB value is (104,101,204). Sum of RGB (Red+Green+Blue) = 104+101+204=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 101 (39.84% from 255 or 24.69% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #6865CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6865CC is #979A33. Grayscale: #717171. Windows color (decimal): -9935412 or 13395304. OLE color: 13395304.
HSL color Cylindrical-coordinate representation of color #6865CC: hue angle of 241.75º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6865CC is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 104 | 101 | 204 | - |
| CMYK | 0.49 | 0.50 | 0 | 0.2 |
| HSL | 241.75º | 0.5% | 0.6% | - |
| HSV(B) | 241.75º | 0.5% | 0.8% | - |
| XYZ | 21.26 | 16.61 | 59.21 | - |
| YUV | 113.64 | 178.99 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 204 | 0.49 | 0.50 | 0 | 0.2 | 241.75 | 0.5 | 0.6 |
| Hex | 68 | 65 | CC | 31 | 32 | 0 | 14 | F2 | 32 | 3C |
| Octal | 150 | 145 | 314 | 61 | 62 | 0 | 24 | 362 | 62 | 74 |
| Binary | 1101000 | 1100101 | 11001100 | 110001 | 110010 | 0 | 10100 | 11110010 | 110010 | 111100 |
Color Harmonies of #6865CC
Complementary color
Monochromatic Colors of #6865CC
Black with #6865CC
Text Example
Text Example
White with #6865CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6865CC; }
p { color: rgb(104,101,204); }
H1.HeaderClassName
{
color: #6865CC;
}
.AnyTagClassName
{
color: #6865CC;
}
</style>
background-color css
<style>
a { background-color: #6865CC; }
a { background-color: rgb(104,101,204); }
div.DivClassName
{
background-color: #6865CC;
}
.BgClassName
{
background-color: #6865CC;
}
</style>
border-color css
<style>
span { border-color: #6865CC; }
span { border-color: rgb(104,101,204); }
td.TdClassName
{
border-color: #6865CC;
}
.TagClassName
{
border-color: #6865CC;
}
</style>