Html Css Color HEX #6D68ED Medium Slate Blue

📋 copy color: '#6D68ED'

red 109 ◦ green 104 ◦ blue 237

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

Shades of Medium Slate Blue #6D68ED

Tints of Medium Slate Blue #6D68ED

RGB

 RED value IS 109 (42.97% from 255) = 24.22%

 GREEN value IS 104 (41.02% from 255) = 23.11%

 BLUE value IS 237 (92.97% from 255) = 52.67%

R = 24.22%
G = 23.11%
B = 52.67%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D68ED (or 0x6D68ED) is known color: Medium Slate Blue. HEX triplet: 6D, 68 and ED. RGB value is (109,104,237). Sum of RGB (Red+Green+Blue) = 109+104+237=450 (59% of max value = 765). Red value is 109 (42.97% from 255 or 24.22% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D68ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D68ED is #929712. Grayscale: #787878. Windows color (decimal): -9606931 or 15558765. OLE color: 15558765.

HSL color Cylindrical-coordinate representation of color #6D68ED: hue angle of 242.26º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D68ED is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 104 237 -
CMYK 0.54 0.56 0 0.07
HSL 242.26º 0.79% 0.67% -
HSV(B) 242.26º 0.56% 0.93% -
XYZ 26.54 19.27 82.44 -
YUV 120.66 193.66 119.69 -
System Red Green Blue C M Y K H S L
Decimal 109 104 237 0.54 0.56 0 0.07 242.26 0.79 0.67
Hex 6D 68 ED 36 38 0 7 F2 4F 43
Octal 155 150 355 66 70 0 7 362 117 103
Binary 1101101 1101000 11101101 110110 111000 0 111 11110010 1001111 1000011

Color Harmonies of #6D68ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D68ED

Black with #6D68ED

Text Example


Text Example

White with #6D68ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D68ED; }

 p { color: rgb(109,104,237); }

 H1.HeaderClassName
 {
   color: #6D68ED;
 }
 .AnyTagClassName
 {
   color: #6D68ED;
 }
</style>

background-color css

<style>
 a { background-color: #6D68ED; }

 a { background-color: rgb(109,104,237); }

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

border-color css

<style>
 span { border-color: #6D68ED; }

 span { border-color: rgb(109,104,237); }

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