Html Css Color HEX #6A5FEF Medium Slate Blue

📋 copy color: '#6A5FEF'

red 106 ◦ green 95 ◦ blue 239

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

Shades of Medium Slate Blue #6A5FEF

Tints of Medium Slate Blue #6A5FEF

RGB

 RED value IS 106 (41.8% from 255) = 24.09%

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

 BLUE value IS 239 (93.75% from 255) = 54.32%

R = 24.09%
G = 21.59%
B = 54.32%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6A5FEF (or 0x6A5FEF) is known color: Medium Slate Blue. HEX triplet: 6A, 5F and EF. RGB value is (106,95,239). Sum of RGB (Red+Green+Blue) = 106+95+239=440 (58% of max value = 765). Red value is 106 (41.80% from 255 or 24.09% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #6A5FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5FEF is #95A010. Grayscale: #727272. Windows color (decimal): -9805841 or 15687530. OLE color: 15687530.

HSL color Cylindrical-coordinate representation of color #6A5FEF: hue angle of 244.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A5FEF is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 106 95 239 -
CMYK 0.56 0.60 0 0.06
HSL 244.58º 0.82% 0.65% -
HSV(B) 244.58º 0.6% 0.94% -
XYZ 25.62 17.48 83.69 -
YUV 114.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 106 95 239 0.56 0.60 0 0.06 244.58 0.82 0.65
Hex 6A 5F EF 38 3C 0 6 F5 52 41
Octal 152 137 357 70 74 0 6 365 122 101
Binary 1101010 1011111 11101111 111000 111100 0 110 11110101 1010010 1000001

Color Harmonies of #6A5FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5FEF

Black with #6A5FEF

Text Example


Text Example

White with #6A5FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,95,239); }

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

background-color css

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

 a { background-color: rgb(106,95,239); }

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

border-color css

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

 span { border-color: rgb(106,95,239); }

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