Html Css Color HEX #6856EE Medium Slate Blue

📋 copy color: '#6856EE'

red 104 ◦ green 86 ◦ blue 238

#6856EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6856EE

Tints of Medium Slate Blue #6856EE

RGB

 RED value IS 104 (41.02% from 255) = 24.3%

 GREEN value IS 86 (33.98% from 255) = 20.09%

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 24.3%
G = 20.09%
B = 55.61%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6856EE (or 0x6856EE) is known color: Medium Slate Blue. HEX triplet: 68, 56 and EE. RGB value is (104,86,238). Sum of RGB (Red+Green+Blue) = 104+86+238=428 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.30% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #6856EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6856EE is #97A911. Grayscale: #6C6C6C. Windows color (decimal): -9939218 or 15619688. OLE color: 15619688.

HSL color Cylindrical-coordinate representation of color #6856EE: hue angle of 247.11º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6856EE is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 86 238 -
CMYK 0.56 0.64 0 0.07
HSL 247.11º 0.82% 0.64% -
HSV(B) 247.11º 0.64% 0.93% -
XYZ 24.47 15.77 82.64 -
YUV 108.71 200.96 124.64 -
System Red Green Blue C M Y K H S L
Decimal 104 86 238 0.56 0.64 0 0.07 247.11 0.82 0.64
Hex 68 56 EE 38 40 0 7 F7 52 40
Octal 150 126 356 70 100 0 7 367 122 100
Binary 1101000 1010110 11101110 111000 1000000 0 111 11110111 1010010 1000000

Color Harmonies of #6856EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856EE

Black with #6856EE

Text Example


Text Example

White with #6856EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6856EE;
 }
 .AnyTagClassName
 {
   color: #6856EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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