Html Css Color HEX #6A5FF3 Medium Slate Blue

📋 copy color: '#6A5FF3'

red 106 ◦ green 95 ◦ blue 243

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

Shades of Medium Slate Blue #6A5FF3

Tints of Medium Slate Blue #6A5FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 54.73%

R = 23.87%
G = 21.4%
B = 54.73%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A5FF3 (or 0x6A5FF3) is known color: Medium Slate Blue. HEX triplet: 6A, 5F and F3. RGB value is (106,95,243). Sum of RGB (Red+Green+Blue) = 106+95+243=444 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.87% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 243 (95.31% from 255 or 54.73% from 444); Max value from RGB is 243 - color contains mainly: blue. Hex color #6A5FF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5FF3 is #95A00C. Grayscale: #727272. Windows color (decimal): -9805837 or 15949674. OLE color: 15949674.

HSL color Cylindrical-coordinate representation of color #6A5FF3: hue angle of 244.46º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A5FF3 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 106 95 243 -
CMYK 0.56 0.61 0 0.05
HSL 244.46º 0.86% 0.66% -
HSV(B) 244.46º 0.61% 0.95% -
XYZ 26.21 17.72 86.83 -
YUV 115.16 200.14 121.47 -
System Red Green Blue C M Y K H S L
Decimal 106 95 243 0.56 0.61 0 0.05 244.46 0.86 0.66
Hex 6A 5F F3 38 3D 0 5 F4 56 42
Octal 152 137 363 70 75 0 5 364 126 102
Binary 1101010 1011111 11110011 111000 111101 0 101 11110100 1010110 1000010

Color Harmonies of #6A5FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5FF3

Black with #6A5FF3

Text Example


Text Example

White with #6A5FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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