Html Css Color HEX #6F5DFF Medium Slate Blue

📋 copy color: '#6F5DFF'

red 111 ◦ green 93 ◦ blue 255

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

Shades of Medium Slate Blue #6F5DFF

Tints of Medium Slate Blue #6F5DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.56%

R = 24.18%
G = 20.26%
B = 55.56%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6F5DFF (or 0x6F5DFF) is known color: Medium Slate Blue. HEX triplet: 6F, 5D and FF. RGB value is (111,93,255). Sum of RGB (Red+Green+Blue) = 111+93+255=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #6F5DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5DFF is #90A200. Grayscale: #747474. Windows color (decimal): -9478657 or 16735599. OLE color: 16735599.

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

Color convert

RGB 111 93 255 -
CMYK 0.56 0.64 0 0
HSL 246.67º 1% 0.68% -
HSV(B) 246.67º 0.64% 1% -
XYZ 28.52 18.43 96.66 -
YUV 116.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 111 93 255 0.56 0.64 0 0 246.67 1 0.68
Hex 6F 5D FF 38 40 0 0 F7 64 44
Octal 157 135 377 70 100 0 0 367 144 104
Binary 1101111 1011101 11111111 111000 1000000 0 0 11110111 1100100 1000100

Color Harmonies of #6F5DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5DFF

Black with #6F5DFF

Text Example


Text Example

White with #6F5DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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