Html Css Color HEX #6853F6 Medium Slate Blue

📋 copy color: '#6853F6'

red 104 ◦ green 83 ◦ blue 246

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

Shades of Medium Slate Blue #6853F6

Tints of Medium Slate Blue #6853F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 56.81%

R = 24.02%
G = 19.17%
B = 56.81%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6853F6 (or 0x6853F6) is known color: Medium Slate Blue. HEX triplet: 68, 53 and F6. RGB value is (104,83,246). Sum of RGB (Red+Green+Blue) = 104+83+246=433 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.02% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 246 (96.48% from 255 or 56.81% from 433); Max value from RGB is 246 - color contains mainly: blue. Hex color #6853F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6853F6 is #97AC09. Grayscale: #6B6B6B. Windows color (decimal): -9939978 or 16143208. OLE color: 16143208.

HSL color Cylindrical-coordinate representation of color #6853F6: hue angle of 247.73º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6853F6 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 83 246 -
CMYK 0.58 0.66 0 0.04
HSL 247.73º 0.9% 0.65% -
HSV(B) 247.73º 0.66% 0.96% -
XYZ 25.44 15.78 88.89 -
YUV 107.86 205.96 125.25 -
System Red Green Blue C M Y K H S L
Decimal 104 83 246 0.58 0.66 0 0.04 247.73 0.9 0.65
Hex 68 53 F6 3A 42 0 4 F8 5A 41
Octal 150 123 366 72 102 0 4 370 132 101
Binary 1101000 1010011 11110110 111010 1000010 0 100 11111000 1011010 1000001

Color Harmonies of #6853F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6853F6

Black with #6853F6

Text Example


Text Example

White with #6853F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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