#6856DD

Color #6856DD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6856DD

Tints of Slate Blue #6856DD

Color information

#6856DD (or 0x6856DD) is unknown color: approx Slate Blue. HEX triplet: 68, 56 and DD. RGB value is (104,86,221). Sum of RGB (Red+Green+Blue) = 104+86+221=411 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.30% from 411); Green value is 86 (33.98% from 255 or 20.92% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #6856DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6856DD is #97A922. Grayscale: #6A6A6A. Windows color (decimal): -9939235 or 14505576. OLE color: 14505576.

HSL color Cylindrical-coordinate representation of color #6856DD: hue angle of 248º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6856DD is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10486221-
CMYK0.530.6100.13
HSL248º66.5%60.2%-
HSV(B)248º61.09%86.67%-
XYZ22.0914.8270.1-
YUV106.77192.46126.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 25.30%
GREEN value IS 86 (33.98% from 255) = 20.92%
BLUE value IS 221 (86.72% from 255) = 53.77%
R=25.30%
G=20.92%
B=53.77%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal104862210.530.6100.1324866.560.2
Hex6856DD353D0Df8433c
Octal150126335657501537010374
Binary110100010101101101110111010111110101101111110001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6856DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6856DD; }

 p { color: rgb(104,86,221); }

 H1.HeaderClassName
 {
   color: #6856DD;
 }
 .AnyTagClassName
 {
   color: #6856DD;
 }
</style>
background-color css

<style>
 a { background-color: #6856DD; }

 a { background-color: rgb(104,86,221); }

 div.DivClassName
 {
   background-color: #6856DD;
 }
 .BgClassName
 {
   background-color: #6856DD;
 }
</style>
border-color css

<style>
 span { border-color: #6856DD; }

 span { border-color: rgb(104,86,221); }

 td.TdClassName
 {
   border-color: #6856DD;
 }
 .TagClassName
 {
   border-color: #6856DD;
 }
</style>