Html Css Color HEX #6D61FE Medium Slate Blue

📋 copy color: '#6D61FE'

red 109 ◦ green 97 ◦ blue 254

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

Shades of Medium Slate Blue #6D61FE

Tints of Medium Slate Blue #6D61FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.09%

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

R = 23.7%
G = 21.09%
B = 55.22%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6D61FE (or 0x6D61FE) is known color: Medium Slate Blue. HEX triplet: 6D, 61 and FE. RGB value is (109,97,254). Sum of RGB (Red+Green+Blue) = 109+97+254=460 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.70% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 254 (99.61% from 255 or 55.22% from 460); Max value from RGB is 254 - color contains mainly: blue. Hex color #6D61FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D61FE is #929E01. Grayscale: #757575. Windows color (decimal): -9608706 or 16671085. OLE color: 16671085.

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

Color convert

RGB 109 97 254 -
CMYK 0.57 0.62 0 0.00
HSL 244.59º 0.99% 0.69% -
HSV(B) 244.59º 0.62% 1% -
XYZ 28.47 18.96 95.92 -
YUV 118.49 204.48 121.23 -
System Red Green Blue C M Y K H S L
Decimal 109 97 254 0.57 0.62 0 0.00 244.59 0.99 0.69
Hex 6D 61 FE 39 3E 0 0 F5 63 45
Octal 155 141 376 71 76 0 0 365 143 105
Binary 1101101 1100001 11111110 111001 111110 0 0 11110101 1100011 1000101

Color Harmonies of #6D61FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D61FE

Black with #6D61FE

Text Example


Text Example

White with #6D61FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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