Html Css Color HEX #6F5FEC Medium Slate Blue

📋 copy color: '#6F5FEC'

red 111 ◦ green 95 ◦ blue 236

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

Shades of Medium Slate Blue #6F5FEC

Tints of Medium Slate Blue #6F5FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

 BLUE value IS 236 (92.58% from 255) = 53.39%

R = 25.11%
G = 21.49%
B = 53.39%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F5FEC (or 0x6F5FEC) is known color: Medium Slate Blue. HEX triplet: 6F, 5F and EC. RGB value is (111,95,236). Sum of RGB (Red+Green+Blue) = 111+95+236=442 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.11% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 236 (92.58% from 255 or 53.39% from 442); Max value from RGB is 236 - color contains mainly: blue. Hex color #6F5FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F5FEC is #90A013. Grayscale: #737373. Windows color (decimal): -9478164 or 15490927. OLE color: 15490927.

HSL color Cylindrical-coordinate representation of color #6F5FEC: hue angle of 246.81º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F5FEC is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 95 236 -
CMYK 0.53 0.60 0 0.07
HSL 246.81º 0.79% 0.65% -
HSV(B) 246.81º 0.6% 0.93% -
XYZ 25.79 17.62 81.4 -
YUV 115.86 195.8 124.54 -
System Red Green Blue C M Y K H S L
Decimal 111 95 236 0.53 0.60 0 0.07 246.81 0.79 0.65
Hex 6F 5F EC 35 3C 0 7 F7 4F 41
Octal 157 137 354 65 74 0 7 367 117 101
Binary 1101111 1011111 11101100 110101 111100 0 111 11110111 1001111 1000001

Color Harmonies of #6F5FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5FEC

Black with #6F5FEC

Text Example


Text Example

White with #6F5FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,95,236); }

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

background-color css

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

 a { background-color: rgb(111,95,236); }

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

border-color css

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

 span { border-color: rgb(111,95,236); }

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