Html Css Color HEX #6C50EB Medium Slate Blue

📋 copy color: '#6C50EB'

red 108 ◦ green 80 ◦ blue 235

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

Shades of Medium Slate Blue #6C50EB

Tints of Medium Slate Blue #6C50EB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.91%

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

R = 25.53%
G = 18.91%
B = 55.56%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6C50EB (or 0x6C50EB) is known color: Medium Slate Blue. HEX triplet: 6C, 50 and EB. RGB value is (108,80,235). Sum of RGB (Red+Green+Blue) = 108+80+235=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 235 (92.19% from 255 or 55.56% from 423); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C50EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50EB is #93AF14. Grayscale: #696969. Windows color (decimal): -9678613 or 15421548. OLE color: 15421548.

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

Color convert

RGB 108 80 235 -
CMYK 0.54 0.66 0 0.08
HSL 250.84º 0.79% 0.62% -
HSV(B) 250.84º 0.66% 0.92% -
XYZ 24.05 14.92 80.21 -
YUV 106.04 200.78 129.4 -
System Red Green Blue C M Y K H S L
Decimal 108 80 235 0.54 0.66 0 0.08 250.84 0.79 0.62
Hex 6C 50 EB 36 42 0 8 FB 4F 3E
Octal 154 120 353 66 102 0 10 373 117 76
Binary 1101100 1010000 11101011 110110 1000010 0 1000 11111011 1001111 111110

Color Harmonies of #6C50EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C50EB

Black with #6C50EB

Text Example


Text Example

White with #6C50EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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