Html Css Color HEX #6850EE Medium Slate Blue

📋 copy color: '#6850EE'

red 104 ◦ green 80 ◦ blue 238

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

Shades of Medium Slate Blue #6850EE

Tints of Medium Slate Blue #6850EE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 24.64%
G = 18.96%
B = 56.4%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6850EE (or 0x6850EE) is known color: Medium Slate Blue. HEX triplet: 68, 50 and EE. RGB value is (104,80,238). Sum of RGB (Red+Green+Blue) = 104+80+238=422 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.64% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 238 (93.36% from 255 or 56.40% from 422); Max value from RGB is 238 - color contains mainly: blue. Hex color #6850EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6850EE is #97AF11. Grayscale: #686868. Windows color (decimal): -9940754 or 15618152. OLE color: 15618152.

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

Color convert

RGB 104 80 238 -
CMYK 0.56 0.66 0 0.07
HSL 249.11º 0.82% 0.62% -
HSV(B) 249.11º 0.66% 0.93% -
XYZ 24.01 14.85 82.49 -
YUV 105.19 202.95 127.15 -
System Red Green Blue C M Y K H S L
Decimal 104 80 238 0.56 0.66 0 0.07 249.11 0.82 0.62
Hex 68 50 EE 38 42 0 7 F9 52 3E
Octal 150 120 356 70 102 0 7 371 122 76
Binary 1101000 1010000 11101110 111000 1000010 0 111 11111001 1010010 111110

Color Harmonies of #6850EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6850EE

Black with #6850EE

Text Example


Text Example

White with #6850EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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