Html Css Color HEX #6D52FE Medium Slate Blue

📋 copy color: '#6D52FE'

red 109 ◦ green 82 ◦ blue 254

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

Shades of Medium Slate Blue #6D52FE

Tints of Medium Slate Blue #6D52FE

RGB

 RED value IS 109 (42.97% from 255) = 24.49%

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

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

R = 24.49%
G = 18.43%
B = 57.08%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D52FE (or 0x6D52FE) is known color: Medium Slate Blue. HEX triplet: 6D, 52 and FE. RGB value is (109,82,254). Sum of RGB (Red+Green+Blue) = 109+82+254=445 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.49% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D52FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D52FE is #92AD01. Grayscale: #6D6D6D. Windows color (decimal): -9612546 or 16667245. OLE color: 16667245.

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

Color convert

RGB 109 82 254 -
CMYK 0.57 0.68 0 0.00
HSL 249.42º 0.99% 0.66% -
HSV(B) 249.42º 0.68% 1% -
XYZ 27.21 16.44 95.51 -
YUV 109.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 109 82 254 0.57 0.68 0 0.00 249.42 0.99 0.66
Hex 6D 52 FE 39 44 0 0 F9 63 42
Octal 155 122 376 71 104 0 0 371 143 102
Binary 1101101 1010010 11111110 111001 1000100 0 0 11111001 1100011 1000010

Color Harmonies of #6D52FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D52FE

Black with #6D52FE

Text Example


Text Example

White with #6D52FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,82,254); }

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

background-color css

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

 a { background-color: rgb(109,82,254); }

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

border-color css

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

 span { border-color: rgb(109,82,254); }

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