Html Css Color HEX #6856EA Medium Slate Blue

📋 copy color: '#6856EA'

red 104 ◦ green 86 ◦ blue 234

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

Shades of Medium Slate Blue #6856EA

Tints of Medium Slate Blue #6856EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.19%

R = 24.53%
G = 20.28%
B = 55.19%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6856EA (or 0x6856EA) is known color: Medium Slate Blue. HEX triplet: 68, 56 and EA. RGB value is (104,86,234). Sum of RGB (Red+Green+Blue) = 104+86+234=424 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.53% from 424); Green value is 86 (33.98% from 255 or 20.28% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #6856EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6856EA is #97A915. Grayscale: #6B6B6B. Windows color (decimal): -9939222 or 15357544. OLE color: 15357544.

HSL color Cylindrical-coordinate representation of color #6856EA: hue angle of 247.3º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6856EA is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 86 234 -
CMYK 0.56 0.63 0 0.08
HSL 247.3º 0.78% 0.63% -
HSV(B) 247.3º 0.63% 0.92% -
XYZ 23.89 15.54 79.58 -
YUV 108.25 198.96 124.97 -
System Red Green Blue C M Y K H S L
Decimal 104 86 234 0.56 0.63 0 0.08 247.3 0.78 0.63
Hex 68 56 EA 38 3F 0 8 F7 4E 3F
Octal 150 126 352 70 77 0 10 367 116 77
Binary 1101000 1010110 11101010 111000 111111 0 1000 11110111 1001110 111111

Color Harmonies of #6856EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6856EA

Black with #6856EA

Text Example


Text Example

White with #6856EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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