Html Css Color HEX #6A5DFE Medium Slate Blue

📋 copy color: '#6A5DFE'

red 106 ◦ green 93 ◦ blue 254

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

Shades of Medium Slate Blue #6A5DFE

Tints of Medium Slate Blue #6A5DFE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.53%

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

R = 23.4%
G = 20.53%
B = 56.07%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6A5DFE (or 0x6A5DFE) is known color: Medium Slate Blue. HEX triplet: 6A, 5D and FE. RGB value is (106,93,254). Sum of RGB (Red+Green+Blue) = 106+93+254=453 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.40% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #6A5DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5DFE is #95A201. Grayscale: #727272. Windows color (decimal): -9806338 or 16670058. OLE color: 16670058.

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

Color convert

RGB 106 93 254 -
CMYK 0.58 0.63 0 0.00
HSL 244.84º 0.99% 0.68% -
HSV(B) 244.84º 0.63% 1% -
XYZ 27.75 18.05 95.79 -
YUV 115.24 206.31 121.41 -
System Red Green Blue C M Y K H S L
Decimal 106 93 254 0.58 0.63 0 0.00 244.84 0.99 0.68
Hex 6A 5D FE 3A 3F 0 0 F5 63 44
Octal 152 135 376 72 77 0 0 365 143 104
Binary 1101010 1011101 11111110 111010 111111 0 0 11110101 1100011 1000100

Color Harmonies of #6A5DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5DFE

Black with #6A5DFE

Text Example


Text Example

White with #6A5DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,93,254); }

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

background-color css

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

 a { background-color: rgb(106,93,254); }

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

border-color css

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

 span { border-color: rgb(106,93,254); }

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