Html Css Color HEX #6A53EB Medium Slate Blue

📋 copy color: '#6A53EB'

red 106 ◦ green 83 ◦ blue 235

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

Shades of Medium Slate Blue #6A53EB

Tints of Medium Slate Blue #6A53EB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.58%

 BLUE value IS 235 (92.19% from 255) = 55.42%

R = 25%
G = 19.58%
B = 55.42%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6A53EB (or 0x6A53EB) is known color: Medium Slate Blue. HEX triplet: 6A, 53 and EB. RGB value is (106,83,235). Sum of RGB (Red+Green+Blue) = 106+83+235=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 83 (32.81% from 255 or 19.58% from 424); Blue value is 235 (92.19% from 255 or 55.42% from 424); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A53EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A53EB is #95AC14. Grayscale: #6A6A6A. Windows color (decimal): -9808917 or 15422314. OLE color: 15422314.

HSL color Cylindrical-coordinate representation of color #6A53EB: hue angle of 249.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A53EB is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 83 235 -
CMYK 0.55 0.65 0 0.08
HSL 249.08º 0.79% 0.62% -
HSV(B) 249.08º 0.65% 0.92% -
XYZ 24.03 15.25 80.27 -
YUV 107.21 200.12 127.14 -
System Red Green Blue C M Y K H S L
Decimal 106 83 235 0.55 0.65 0 0.08 249.08 0.79 0.62
Hex 6A 53 EB 37 41 0 8 F9 4F 3E
Octal 152 123 353 67 101 0 10 371 117 76
Binary 1101010 1010011 11101011 110111 1000001 0 1000 11111001 1001111 111110

Color Harmonies of #6A53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A53EB

Black with #6A53EB

Text Example


Text Example

White with #6A53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,83,235); }

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

background-color css

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

 a { background-color: rgb(106,83,235); }

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

border-color css

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

 span { border-color: rgb(106,83,235); }

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