Html Css Color HEX #6A5CFA Medium Slate Blue

📋 copy color: '#6A5CFA'

red 106 ◦ green 92 ◦ blue 250

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

Shades of Medium Slate Blue #6A5CFA

Tints of Medium Slate Blue #6A5CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 23.66%
G = 20.54%
B = 55.8%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6A5CFA (or 0x6A5CFA) is known color: Medium Slate Blue. HEX triplet: 6A, 5C and FA. RGB value is (106,92,250). Sum of RGB (Red+Green+Blue) = 106+92+250=448 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.66% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #6A5CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A5CFA is #95A305. Grayscale: #717171. Windows color (decimal): -9806598 or 16407658. OLE color: 16407658.

HSL color Cylindrical-coordinate representation of color #6A5CFA: hue angle of 245.32º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A5CFA is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 106 92 250 -
CMYK 0.58 0.63 0 0.02
HSL 245.32º 0.94% 0.67% -
HSV(B) 245.32º 0.63% 0.98% -
XYZ 27.03 17.62 92.42 -
YUV 114.2 204.64 122.15 -
System Red Green Blue C M Y K H S L
Decimal 106 92 250 0.58 0.63 0 0.02 245.32 0.94 0.67
Hex 6A 5C FA 3A 3F 0 2 F5 5E 43
Octal 152 134 372 72 77 0 2 365 136 103
Binary 1101010 1011100 11111010 111010 111111 0 10 11110101 1011110 1000011

Color Harmonies of #6A5CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5CFA

Black with #6A5CFA

Text Example


Text Example

White with #6A5CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,92,250); }

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

background-color css

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

 a { background-color: rgb(106,92,250); }

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

border-color css

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

 span { border-color: rgb(106,92,250); }

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