Html Css Color HEX #6949EF Medium Slate Blue

📋 copy color: '#6949EF'

red 105 ◦ green 73 ◦ blue 239

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

Shades of Medium Slate Blue #6949EF

Tints of Medium Slate Blue #6949EF

RGB

 RED value IS 105 (41.41% from 255) = 25.18%

 GREEN value IS 73 (28.91% from 255) = 17.51%

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

R = 25.18%
G = 17.51%
B = 57.31%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6949EF (or 0x6949EF) is known color: Medium Slate Blue. HEX triplet: 69, 49 and EF. RGB value is (105,73,239). Sum of RGB (Red+Green+Blue) = 105+73+239=417 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.18% from 417); Green value is 73 (28.91% from 255 or 17.51% from 417); Blue value is 239 (93.75% from 255 or 57.31% from 417); Max value from RGB is 239 - color contains mainly: blue. Hex color #6949EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6949EF is #96B610. Grayscale: #646464. Windows color (decimal): -9877009 or 15681897. OLE color: 15681897.

HSL color Cylindrical-coordinate representation of color #6949EF: hue angle of 251.57º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6949EF is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 105 73 239 -
CMYK 0.56 0.69 0 0.06
HSL 251.57º 0.84% 0.61% -
HSV(B) 251.57º 0.69% 0.94% -
XYZ 23.79 14 83.11 -
YUV 101.49 205.6 130.5 -
System Red Green Blue C M Y K H S L
Decimal 105 73 239 0.56 0.69 0 0.06 251.57 0.84 0.61
Hex 69 49 EF 38 45 0 6 FC 54 3D
Octal 151 111 357 70 105 0 6 374 124 75
Binary 1101001 1001001 11101111 111000 1000101 0 110 11111100 1010100 111101

Color Harmonies of #6949EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6949EF

Black with #6949EF

Text Example


Text Example

White with #6949EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6949EF; }

 p { color: rgb(105,73,239); }

 H1.HeaderClassName
 {
   color: #6949EF;
 }
 .AnyTagClassName
 {
   color: #6949EF;
 }
</style>

background-color css

<style>
 a { background-color: #6949EF; }

 a { background-color: rgb(105,73,239); }

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

border-color css

<style>
 span { border-color: #6949EF; }

 span { border-color: rgb(105,73,239); }

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