Html Css Color HEX #6F4DEB Medium Slate Blue

📋 copy color: '#6F4DEB'

red 111 ◦ green 77 ◦ blue 235

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

Shades of Medium Slate Blue #6F4DEB

Tints of Medium Slate Blue #6F4DEB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.2%

 BLUE value IS 235 (92.19% from 255) = 55.56%

R = 26.24%
G = 18.2%
B = 55.56%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6F4DEB (or 0x6F4DEB) is known color: Medium Slate Blue. HEX triplet: 6F, 4D and EB. RGB value is (111,77,235). Sum of RGB (Red+Green+Blue) = 111+77+235=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F4DEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F4DEB is #90B214. Grayscale: #686868. Windows color (decimal): -9482773 or 15420783. OLE color: 15420783.

HSL color Cylindrical-coordinate representation of color #6F4DEB: hue angle of 252.91º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6F4DEB is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 111 77 235 -
CMYK 0.53 0.67 0 0.08
HSL 252.91º 0.8% 0.61% -
HSV(B) 252.91º 0.67% 0.92% -
XYZ 24.2 14.69 80.16 -
YUV 105.18 201.26 132.15 -
System Red Green Blue C M Y K H S L
Decimal 111 77 235 0.53 0.67 0 0.08 252.91 0.8 0.61
Hex 6F 4D EB 35 43 0 8 FD 50 3D
Octal 157 115 353 65 103 0 10 375 120 75
Binary 1101111 1001101 11101011 110101 1000011 0 1000 11111101 1010000 111101

Color Harmonies of #6F4DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4DEB

Black with #6F4DEB

Text Example


Text Example

White with #6F4DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,77,235); }

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

background-color css

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

 a { background-color: rgb(111,77,235); }

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

border-color css

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

 span { border-color: rgb(111,77,235); }

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