Html Css Color HEX #6C50ED Medium Slate Blue

📋 copy color: '#6C50ED'

red 108 ◦ green 80 ◦ blue 237

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

Shades of Medium Slate Blue #6C50ED

Tints of Medium Slate Blue #6C50ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 55.76%

R = 25.41%
G = 18.82%
B = 55.76%

CMYK

 C value IS 0.54

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6C50ED (or 0x6C50ED) is known color: Medium Slate Blue. HEX triplet: 6C, 50 and ED. RGB value is (108,80,237). Sum of RGB (Red+Green+Blue) = 108+80+237=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 80 (31.64% from 255 or 18.82% from 425); Blue value is 237 (92.97% from 255 or 55.76% from 425); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C50ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C50ED is #93AF12. Grayscale: #696969. Windows color (decimal): -9678611 or 15552620. OLE color: 15552620.

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

Color convert

RGB 108 80 237 -
CMYK 0.54 0.66 0 0.07
HSL 250.7º 0.81% 0.62% -
HSV(B) 250.7º 0.66% 0.93% -
XYZ 24.34 15.04 81.74 -
YUV 106.27 201.78 129.23 -
System Red Green Blue C M Y K H S L
Decimal 108 80 237 0.54 0.66 0 0.07 250.7 0.81 0.62
Hex 6C 50 ED 36 42 0 7 FB 51 3E
Octal 154 120 355 66 102 0 7 373 121 76
Binary 1101100 1010000 11101101 110110 1000010 0 111 11111011 1010001 111110

Color Harmonies of #6C50ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C50ED

Black with #6C50ED

Text Example


Text Example

White with #6C50ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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