Html Css Color HEX #6F42ED Medium Slate Blue

📋 copy color: '#6F42ED'

red 111 ◦ green 66 ◦ blue 237

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

Shades of Medium Slate Blue #6F42ED

Tints of Medium Slate Blue #6F42ED

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.94%

 BLUE value IS 237 (92.97% from 255) = 57.25%

R = 26.81%
G = 15.94%
B = 57.25%

CMYK

 C value IS 0.53

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F42ED (or 0x6F42ED) is known color: Medium Slate Blue. HEX triplet: 6F, 42 and ED. RGB value is (111,66,237). Sum of RGB (Red+Green+Blue) = 111+66+237=414 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.81% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 237 (92.97% from 255 or 57.25% from 414); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F42ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F42ED is #90BD12. Grayscale: #626262. Windows color (decimal): -9485587 or 15549039. OLE color: 15549039.

HSL color Cylindrical-coordinate representation of color #6F42ED: hue angle of 255.79º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F42ED is Cyan = 0.53, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 111 66 237 -
CMYK 0.53 0.72 0 0.07
HSL 255.79º 0.83% 0.59% -
HSV(B) 255.79º 0.72% 0.93% -
XYZ 23.79 13.39 81.45 -
YUV 98.95 205.91 136.6 -
System Red Green Blue C M Y K H S L
Decimal 111 66 237 0.53 0.72 0 0.07 255.79 0.83 0.59
Hex 6F 42 ED 35 48 0 7 100 53 3B
Octal 157 102 355 65 110 0 7 400 123 73
Binary 1101111 1000010 11101101 110101 1001000 0 111 100000000 1010011 111011

Color Harmonies of #6F42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F42ED

Black with #6F42ED

Text Example


Text Example

White with #6F42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,66,237); }

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

background-color css

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

 a { background-color: rgb(111,66,237); }

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

border-color css

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

 span { border-color: rgb(111,66,237); }

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