Html Css Color HEX #6D7AEF Medium Slate Blue

📋 copy color: '#6D7AEF'

red 109 ◦ green 122 ◦ blue 239

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

Shades of Medium Slate Blue #6D7AEF

Tints of Medium Slate Blue #6D7AEF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 23.19%
G = 25.96%
B = 50.85%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D7AEF (or 0x6D7AEF) is known color: Medium Slate Blue. HEX triplet: 6D, 7A and EF. RGB value is (109,122,239). Sum of RGB (Red+Green+Blue) = 109+122+239=470 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.19% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D7AEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7AEF is #928510. Grayscale: #828282. Windows color (decimal): -9602321 or 15694445. OLE color: 15694445.

HSL color Cylindrical-coordinate representation of color #6D7AEF: hue angle of 234º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D7AEF is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 122 239 -
CMYK 0.54 0.49 0 0.06
HSL 234º 0.8% 0.68% -
HSV(B) 234º 0.54% 0.94% -
XYZ 28.85 23.4 84.66 -
YUV 131.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 109 122 239 0.54 0.49 0 0.06 234 0.8 0.68
Hex 6D 7A EF 36 31 0 6 EA 50 44
Octal 155 172 357 66 61 0 6 352 120 104
Binary 1101101 1111010 11101111 110110 110001 0 110 11101010 1010000 1000100

Color Harmonies of #6D7AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7AEF

Black with #6D7AEF

Text Example


Text Example

White with #6D7AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,122,239); }

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

background-color css

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

 a { background-color: rgb(109,122,239); }

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

border-color css

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

 span { border-color: rgb(109,122,239); }

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