Html Css Color HEX #6D6EFD Medium Slate Blue

📋 copy color: '#6D6EFD'

red 109 ◦ green 110 ◦ blue 253

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

Shades of Medium Slate Blue #6D6EFD

Tints of Medium Slate Blue #6D6EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.6%

R = 23.09%
G = 23.31%
B = 53.6%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D6EFD (or 0x6D6EFD) is known color: Medium Slate Blue. HEX triplet: 6D, 6E and FD. RGB value is (109,110,253). Sum of RGB (Red+Green+Blue) = 109+110+253=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #6D6EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D6EFD is #929102. Grayscale: #7D7D7D. Windows color (decimal): -9605379 or 16608877. OLE color: 16608877.

HSL color Cylindrical-coordinate representation of color #6D6EFD: hue angle of 239.58º degrees, saturation: 0.97, 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 #6D6EFD is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 109 110 253 -
CMYK 0.57 0.57 0 0.01
HSL 239.58º 0.97% 0.71% -
HSV(B) 239.58º 0.57% 0.99% -
XYZ 29.61 21.49 95.52 -
YUV 126 199.67 115.87 -
System Red Green Blue C M Y K H S L
Decimal 109 110 253 0.57 0.57 0 0.01 239.58 0.97 0.71
Hex 6D 6E FD 39 39 0 1 F0 61 47
Octal 155 156 375 71 71 0 1 360 141 107
Binary 1101101 1101110 11111101 111001 111001 0 1 11110000 1100001 1000111

Color Harmonies of #6D6EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6EFD

Black with #6D6EFD

Text Example


Text Example

White with #6D6EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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