Html Css Color HEX #6D6EFC Medium Slate Blue

📋 copy color: '#6D6EFC'

red 109 ◦ green 110 ◦ blue 252

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

Shades of Medium Slate Blue #6D6EFC

Tints of Medium Slate Blue #6D6EFC

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.35%

 BLUE value IS 252 (98.83% from 255) = 53.5%

R = 23.14%
G = 23.35%
B = 53.5%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D6EFC (or 0x6D6EFC) is known color: Medium Slate Blue. HEX triplet: 6D, 6E and FC. RGB value is (109,110,252). Sum of RGB (Red+Green+Blue) = 109+110+252=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 110 (43.36% from 255 or 23.35% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D6EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6EFC is #929103. Grayscale: #7D7D7D. Windows color (decimal): -9605380 or 16543341. OLE color: 16543341.

HSL color Cylindrical-coordinate representation of color #6D6EFC: hue angle of 239.58º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D6EFC is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 110 252 -
CMYK 0.57 0.56 0 0.01
HSL 239.58º 0.96% 0.71% -
HSV(B) 239.58º 0.57% 0.99% -
XYZ 29.45 21.43 94.68 -
YUV 125.89 199.17 115.95 -
System Red Green Blue C M Y K H S L
Decimal 109 110 252 0.57 0.56 0 0.01 239.58 0.96 0.71
Hex 6D 6E FC 39 38 0 1 F0 60 47
Octal 155 156 374 71 70 0 1 360 140 107
Binary 1101101 1101110 11111100 111001 111000 0 1 11110000 1100000 1000111

Color Harmonies of #6D6EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6EFC

Black with #6D6EFC

Text Example


Text Example

White with #6D6EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,110,252); }

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

background-color css

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

 a { background-color: rgb(109,110,252); }

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

border-color css

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

 span { border-color: rgb(109,110,252); }

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