Html Css Color HEX #6F53EF Medium Slate Blue

📋 copy color: '#6F53EF'

red 111 ◦ green 83 ◦ blue 239

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

Shades of Medium Slate Blue #6F53EF

Tints of Medium Slate Blue #6F53EF

RGB

 RED value IS 111 (43.75% from 255) = 25.64%

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 25.64%
G = 19.17%
B = 55.2%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6F53EF (or 0x6F53EF) is known color: Medium Slate Blue. HEX triplet: 6F, 53 and EF. RGB value is (111,83,239). Sum of RGB (Red+Green+Blue) = 111+83+239=433 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.64% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #6F53EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F53EF is #90AC10. Grayscale: #6C6C6C. Windows color (decimal): -9481233 or 15684463. OLE color: 15684463.

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

Color convert

RGB 111 83 239 -
CMYK 0.54 0.65 0 0.06
HSL 250.77º 0.83% 0.63% -
HSV(B) 250.77º 0.65% 0.94% -
XYZ 25.23 15.8 83.38 -
YUV 109.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 111 83 239 0.54 0.65 0 0.06 250.77 0.83 0.63
Hex 6F 53 EF 36 41 0 6 FB 53 3F
Octal 157 123 357 66 101 0 6 373 123 77
Binary 1101111 1010011 11101111 110110 1000001 0 110 11111011 1010011 111111

Color Harmonies of #6F53EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F53EF

Black with #6F53EF

Text Example


Text Example

White with #6F53EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,239); }

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

background-color css

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

 a { background-color: rgb(111,83,239); }

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

border-color css

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

 span { border-color: rgb(111,83,239); }

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