Html Css Color HEX #6A56E9 Medium Slate Blue

📋 copy color: '#6A56E9'

red 106 ◦ green 86 ◦ blue 233

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

Shades of Medium Slate Blue #6A56E9

Tints of Medium Slate Blue #6A56E9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.24%

 BLUE value IS 233 (91.41% from 255) = 54.82%

R = 24.94%
G = 20.24%
B = 54.82%

CMYK

 C value IS 0.55

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6A56E9 (or 0x6A56E9) is known color: Medium Slate Blue. HEX triplet: 6A, 56 and E9. RGB value is (106,86,233). Sum of RGB (Red+Green+Blue) = 106+86+233=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 233 (91.41% from 255 or 54.82% from 425); Max value from RGB is 233 - color contains mainly: blue. Hex color #6A56E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A56E9 is #95A916. Grayscale: #6C6C6C. Windows color (decimal): -9808151 or 15292010. OLE color: 15292010.

HSL color Cylindrical-coordinate representation of color #6A56E9: hue angle of 248.16º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6A56E9 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 106 86 233 -
CMYK 0.55 0.63 0 0.09
HSL 248.16º 0.77% 0.63% -
HSV(B) 248.16º 0.63% 0.91% -
XYZ 23.98 15.6 78.84 -
YUV 108.74 198.13 126.05 -
System Red Green Blue C M Y K H S L
Decimal 106 86 233 0.55 0.63 0 0.09 248.16 0.77 0.63
Hex 6A 56 E9 37 3F 0 9 F8 4D 3F
Octal 152 126 351 67 77 0 11 370 115 77
Binary 1101010 1010110 11101001 110111 111111 0 1001 11111000 1001101 111111

Color Harmonies of #6A56E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A56E9

Black with #6A56E9

Text Example


Text Example

White with #6A56E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,86,233); }

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

background-color css

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

 a { background-color: rgb(106,86,233); }

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

border-color css

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

 span { border-color: rgb(106,86,233); }

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