Html Css Color HEX #6F52EE Medium Slate Blue

📋 copy color: '#6F52EE'

red 111 ◦ green 82 ◦ blue 238

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

Shades of Medium Slate Blue #6F52EE

Tints of Medium Slate Blue #6F52EE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.03%

 BLUE value IS 238 (93.36% from 255) = 55.22%

R = 25.75%
G = 19.03%
B = 55.22%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6F52EE (or 0x6F52EE) is known color: Medium Slate Blue. HEX triplet: 6F, 52 and EE. RGB value is (111,82,238). Sum of RGB (Red+Green+Blue) = 111+82+238=431 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.75% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 238 (93.36% from 255 or 55.22% from 431); Max value from RGB is 238 - color contains mainly: blue. Hex color #6F52EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6F52EE is #90AD11. Grayscale: #6B6B6B. Windows color (decimal): -9481490 or 15618671. OLE color: 15618671.

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

Color convert

RGB 111 82 238 -
CMYK 0.53 0.66 0 0.07
HSL 251.15º 0.82% 0.63% -
HSV(B) 251.15º 0.66% 0.93% -
XYZ 25.01 15.59 82.58 -
YUV 108.46 201.11 129.82 -
System Red Green Blue C M Y K H S L
Decimal 111 82 238 0.53 0.66 0 0.07 251.15 0.82 0.63
Hex 6F 52 EE 35 42 0 7 FB 52 3F
Octal 157 122 356 65 102 0 7 373 122 77
Binary 1101111 1010010 11101110 110101 1000010 0 111 11111011 1010010 111111

Color Harmonies of #6F52EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F52EE

Black with #6F52EE

Text Example


Text Example

White with #6F52EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,82,238); }

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

background-color css

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

 a { background-color: rgb(111,82,238); }

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

border-color css

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

 span { border-color: rgb(111,82,238); }

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