Html Css Color HEX #6F5DFE Medium Slate Blue

📋 copy color: '#6F5DFE'

red 111 ◦ green 93 ◦ blue 254

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

Shades of Medium Slate Blue #6F5DFE

Tints of Medium Slate Blue #6F5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 254 (99.61% from 255) = 55.46%

R = 24.24%
G = 20.31%
B = 55.46%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6F5DFE (or 0x6F5DFE) is known color: Medium Slate Blue. HEX triplet: 6F, 5D and FE. RGB value is (111,93,254). Sum of RGB (Red+Green+Blue) = 111+93+254=458 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.24% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 254 (99.61% from 255 or 55.46% from 458); Max value from RGB is 254 - color contains mainly: blue. Hex color #6F5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5DFE is #90A201. Grayscale: #747474. Windows color (decimal): -9478658 or 16670063. OLE color: 16670063.

HSL color Cylindrical-coordinate representation of color #6F5DFE: hue angle of 246.71º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6F5DFE is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 111 93 254 -
CMYK 0.56 0.63 0 0.00
HSL 246.71º 0.99% 0.68% -
HSV(B) 246.71º 0.63% 1% -
XYZ 28.36 18.36 95.82 -
YUV 116.74 205.46 123.91 -
System Red Green Blue C M Y K H S L
Decimal 111 93 254 0.56 0.63 0 0.00 246.71 0.99 0.68
Hex 6F 5D FE 38 3F 0 0 F7 63 44
Octal 157 135 376 70 77 0 0 367 143 104
Binary 1101111 1011101 11111110 111000 111111 0 0 11110111 1100011 1000100

Color Harmonies of #6F5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5DFE

Black with #6F5DFE

Text Example


Text Example

White with #6F5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,93,254); }

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

background-color css

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

 a { background-color: rgb(111,93,254); }

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

border-color css

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

 span { border-color: rgb(111,93,254); }

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