Html Css Color HEX #6A4AF2 Medium Slate Blue

📋 copy color: '#6A4AF2'

red 106 ◦ green 74 ◦ blue 242

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

Shades of Medium Slate Blue #6A4AF2

Tints of Medium Slate Blue #6A4AF2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.54%

 BLUE value IS 242 (94.92% from 255) = 57.35%

R = 25.12%
G = 17.54%
B = 57.35%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6A4AF2 (or 0x6A4AF2) is known color: Medium Slate Blue. HEX triplet: 6A, 4A and F2. RGB value is (106,74,242). Sum of RGB (Red+Green+Blue) = 106+74+242=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 74 (29.30% from 255 or 17.54% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #6A4AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4AF2 is #95B50D. Grayscale: #666666. Windows color (decimal): -9811214 or 15878762. OLE color: 15878762.

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

Color convert

RGB 106 74 242 -
CMYK 0.56 0.69 0 0.05
HSL 251.43º 0.87% 0.62% -
HSV(B) 251.43º 0.69% 0.95% -
XYZ 24.42 14.37 85.49 -
YUV 102.72 206.6 130.34 -
System Red Green Blue C M Y K H S L
Decimal 106 74 242 0.56 0.69 0 0.05 251.43 0.87 0.62
Hex 6A 4A F2 38 45 0 5 FB 57 3E
Octal 152 112 362 70 105 0 5 373 127 76
Binary 1101010 1001010 11110010 111000 1000101 0 101 11111011 1010111 111110

Color Harmonies of #6A4AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4AF2

Black with #6A4AF2

Text Example


Text Example

White with #6A4AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,74,242); }

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

background-color css

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

 a { background-color: rgb(106,74,242); }

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

border-color css

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

 span { border-color: rgb(106,74,242); }

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