Html Css Color HEX #6C53EB Medium Slate Blue

📋 copy color: '#6C53EB'

red 108 ◦ green 83 ◦ blue 235

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

Shades of Medium Slate Blue #6C53EB

Tints of Medium Slate Blue #6C53EB

RGB

 RED value IS 108 (42.58% from 255) = 25.35%

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

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

R = 25.35%
G = 19.48%
B = 55.16%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C53EB (or 0x6C53EB) is known color: Medium Slate Blue. HEX triplet: 6C, 53 and EB. RGB value is (108,83,235). Sum of RGB (Red+Green+Blue) = 108+83+235=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 83 (32.81% from 255 or 19.48% from 426); Blue value is 235 (92.19% from 255 or 55.16% from 426); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C53EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C53EB is #93AC14. Grayscale: #6B6B6B. Windows color (decimal): -9677845 or 15422316. OLE color: 15422316.

HSL color Cylindrical-coordinate representation of color #6C53EB: hue angle of 249.87º 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 #6C53EB is Cyan = 0.54, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 108 83 235 -
CMYK 0.54 0.65 0 0.08
HSL 249.87º 0.79% 0.62% -
HSV(B) 249.87º 0.65% 0.92% -
XYZ 24.27 15.37 80.29 -
YUV 107.8 199.78 128.14 -
System Red Green Blue C M Y K H S L
Decimal 108 83 235 0.54 0.65 0 0.08 249.87 0.79 0.62
Hex 6C 53 EB 36 41 0 8 FA 4F 3E
Octal 154 123 353 66 101 0 10 372 117 76
Binary 1101100 1010011 11101011 110110 1000001 0 1000 11111010 1001111 111110

Color Harmonies of #6C53EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C53EB

Black with #6C53EB

Text Example


Text Example

White with #6C53EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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