Html Css Color HEX #6853EA Medium Slate Blue

📋 copy color: '#6853EA'

red 104 ◦ green 83 ◦ blue 234

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

Shades of Medium Slate Blue #6853EA

Tints of Medium Slate Blue #6853EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.71%

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

R = 24.7%
G = 19.71%
B = 55.58%

CMYK

 C value IS 0.56

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6853EA (or 0x6853EA) is known color: Medium Slate Blue. HEX triplet: 68, 53 and EA. RGB value is (104,83,234). Sum of RGB (Red+Green+Blue) = 104+83+234=421 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.70% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #6853EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6853EA is #97AC15. Grayscale: #696969. Windows color (decimal): -9939990 or 15356776. OLE color: 15356776.

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

Color convert

RGB 104 83 234 -
CMYK 0.56 0.65 0 0.08
HSL 248.34º 0.78% 0.62% -
HSV(B) 248.34º 0.65% 0.92% -
XYZ 23.65 15.07 79.5 -
YUV 106.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 104 83 234 0.56 0.65 0 0.08 248.34 0.78 0.62
Hex 68 53 EA 38 41 0 8 F8 4E 3E
Octal 150 123 352 70 101 0 10 370 116 76
Binary 1101000 1010011 11101010 111000 1000001 0 1000 11111000 1001110 111110

Color Harmonies of #6853EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6853EA

Black with #6853EA

Text Example


Text Example

White with #6853EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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